aboutsummaryrefslogtreecommitdiff
path: root/runtime/tutor
Commit message (Collapse)AuthorAge
* fix(tutor): Tutor steps don't work on Windows #25251Leonardo Mello2023-09-26
| | | | | | | | | Problem: Some steps in :Tutor don't work on Windows. Solution: Add support for `{unix:...,win:...}` format and transform the Tutor contents depending on the platform. Fix https://github.com/neovim/neovim/issues/24166
* docs(tutor): clarify the meaning of ✗ and ✓ (#25204)zeertzjq2023-09-17
| | | Also reformat tutor.tutor.json to use 2-space indent while at it.
* fix(tutor): don't use concealed text in expected lines #24316Sean Dewar2023-07-11
|
* docs(tutor): fix TODO line demo (#21965)Rodrigo Medina2023-01-25
| | | | | | | Here, it is expected that the user add the word TODO: to show how the markdown is rendered, but the tutor is configured to expect the text without the word TODO. This PR fixes this behavior. Ref #7028
* docs(tutor): modify for Neovim rather than Vim (#17092)Rory Nesbitt2022-01-30
|
* fix(tutor): formatting, layout #15098Oliver Marriott2021-08-30
| | | | | | | | | | | | | | | | | * fix(tutor): adjust over-80ch lines and corresponding expect file * fix(tutor): standardise indentation and formatting, add nowrap modeline - unifies the formatting/layout, which was a bit inconsistent, - adds a nowrap modeline Since the tutor uses a lot of conceals, which are included in the character count when calculating line wrapping, lines were breaking at what looked like odd spots, which gives a poor first impression and lowered readability. I have adjusted some lines to be over 80ch in the source, but once they're rendered out with conceals, they're actually under 80, so even with nowrap we don't visually extend past 80. fix #15088
* docs: fix some remanining cases of gender pronoun for "the user"Björn Linse2021-05-18
| | | | | Adapted from original PR by: Co-Author: Mathias Jean Johansen <mathias@mjj.io>
* doc: fix typosBrian Wignall2019-11-27
| | | | close #11459
* tutor: change arrows (--->) to symbols ✗ and ✓ #11404Nikolay Shebanov2019-11-16
| | | | | * Display ✓ or ✗ based on the line user sees * Add vim-tutor-mode expectations to the lines marked with an arrow. * Fix some existing expectations to behave predictably.
* runtime/tutor [ci skip] #9990juliancoffee2019-05-09
|
* doc: xdg, MAINTAIN.md, channel-id, job controlJustin M. Keyes2018-10-11
| | | | - tutor: emphasize K
* doc: remove mentions of vimrc_exampleJustin M. Keyes2018-05-22
| | | | closes #8426
* tutor: readjust tutor for 80 char wide terminalsFelipe Morales2018-01-01
|
* tutor: some fixes (#7510)Felipe Morales2017-11-08
| | | | - conceal inline types - fix some links
* runtime/tutor: fix typos (#7302)TJ Rana2017-09-23
|
* tutor: disable old method for setting "expect" regionsFelipe Morales2017-07-15
| | | | tutor: remove movement mappings
* tutor: update tutor-mode tutorialFelipe Morales2017-07-15
|
* tutor: allow metadata to exist outside of the documents.Felipe Morales2017-07-15
| | | | this makes 'expect' regions simpler to handle.
* tutor: some tweaks to begginer's tutorialFelipe Morales2017-07-15
|
* tutor: Update vim-tutor to 0.2.1Felipe Morales2015-11-28
| | | | Also, some tweaks based on input by @fdinoff on gitter.
* tutor: fix typoFelipe Morales2015-10-26
|
* tutor: fix location for init.vim fileFelipe Morales2015-10-26
|
* 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.