Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(test): typing | Lewis Russell | 2024-03-25 |
| | |||
* | fix(tutor): set a value for ":syntax iskeyword" (#27833) | En-En | 2024-03-18 |
| | | | | | | | | | | | | 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> | ||
* | refactor: format test/* | Justin M. Keyes | 2024-01-03 |
| | |||
* | refactor(tutor): cleanup | Justin M. Keyes | 2023-09-26 |
| | |||
* | fix(tutor): Tutor steps don't work on Windows #25251 | Leonardo Mello | 2023-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 |