summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/syntax/tutor.vim
AgeCommit message (Collapse)AuthorFiles
2025-04-17vim-patch:fbbaa6e: runtime: set 'cpoptions' for line-continuation in various ↵Christian Clason1
runtime files closes: vim/vim#17121 https://github.com/vim/vim/commit/fbbaa6ebe92b938f1f9ef008571c330a8d29166a Co-authored-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com>
2024-03-18fix(tutor): set a value for ":syntax iskeyword" (#27833)En-En1
Problem: "NOTE"s, inline Vim script code, and links ending in digits may not be highlighted correctly within the :Tutor. Solution: set an explicit value for ":syntax iskeyword" that includes digits. Do it after ":syntax include"s, so the included syntax/sh.vim doesn't mess with the value. Increase screen test width so all text within the conclusion section is visible. Co-authored-by: Sean Dewar <6256228+seandewar@users.noreply.github.com>
2020-05-08runtime/tutor: fix broken inline spans #12282Felipe Morales1
* runtime/syntax/tutor: fix broken inline spans Also, conceal the ends of code blocks. Re: #11401 and #12273 * fixup
2019-04-28runtime/Tutor: define highlights as "default" #9947AlxHnr1
2017-11-08tutor: some fixes (#7510)Felipe Morales1
- conceal inline types - fix some links
2017-07-15tutor: update syntaxFelipe Morales1
sampletext regions no longer supported make sure tutorExpect is available don't conceal code region delimiters
2015-09-27tutor-mode: update pluginFelipe Morales1
2015-08-15runtime: Include vim-tutor-modeFelipe Morales1
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.