Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tutor: missing <ESC> before removing the second cursor (#4027) | joleaf | 2022-09-29 |
| | | | This step was missing in section 5.2 of tutor. | ||
* | Fix tutor typo `favourite` to `favorite` (#4007) | Sora | 2022-09-28 |
| | |||
* | docs: Punctuation on tutor (#3888) | adrian5 | 2022-09-23 |
| | |||
* | Remove arrow key recommendation from tutor (#3811) | Michael Davis | 2022-09-12 |
| | |||
* | Remove the .txt suffix from tutor | Blaž Hrastnik | 2022-09-11 |
The tutor file is loaded as .txt which can potentially spawn a language server. Then the path is unset, but the LS remains active. This can cause panics since updates are now submitted for a doc with no path. As a quick workaround we remove the extension which should avoid detection. Fixes #3730 |