| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | docs(tutor): clarify the meaning of ✗ and ✓ (#25204) | zeertzjq | 2023-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 #24316 | Sean Dewar | 2023-07-11 |
| | | |||
| * | docs(tutor): modify for Neovim rather than Vim (#17092) | Rory Nesbitt | 2022-01-30 |
| | | |||
| * | fix(tutor): formatting, layout #15098 | Oliver Marriott | 2021-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 | ||
| * | tutor: change arrows (--->) to symbols ✗ and ✓ #11404 | Nikolay Shebanov | 2019-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. | ||
| * | tutor: readjust tutor for 80 char wide terminals | Felipe Morales | 2018-01-01 |
| | | |||
| * | runtime/tutor: fix typos (#7302) | TJ Rana | 2017-09-23 |
| | | |||
| * | tutor: disable old method for setting "expect" regions | Felipe Morales | 2017-07-15 |
| | | | | | tutor: remove movement mappings | ||
| * | tutor: allow metadata to exist outside of the documents. | Felipe Morales | 2017-07-15 |
| this makes 'expect' regions simpler to handle. | |||