aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/tutor.vim
Commit message (Collapse)AuthorAge
* runtime/tutor: fix broken inline spans #12282Felipe Morales2020-05-08
| | | | | | | | | * runtime/syntax/tutor: fix broken inline spans Also, conceal the ends of code blocks. Re: #11401 and #12273 * fixup
* runtime/Tutor: define highlights as "default" #9947AlxHnr2019-04-28
|
* tutor: some fixes (#7510)Felipe Morales2017-11-08
| | | | - conceal inline types - fix some links
* tutor: update syntaxFelipe Morales2017-07-15
| | | | | | | | sampletext regions no longer supported make sure tutorExpect is available don't conceal code region delimiters
* tutor-mode: update pluginFelipe Morales2015-09-27
|
* runtime: Include vim-tutor-modeFelipe Morales2015-08-15
vim-tutor-mode provides a mechanism to write and read interactive tutorials in vim. It's aim is to replace the venerable vimtutor with a more modern system. The plugin's development is maintained at https://github.com/fmoralesc /vim-tutor-mode Closes #2351.