-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* runtime(help): Update help syntax * runtime(help): fix end of sentence highlight in code examples * runtime(jinja): Support jinja syntax as secondary filetype * 9.1.0789: tests: ':resize + 5' has invalid space after '+' * 9.1.0788: <CSI>27;<mod>u is not decoded to literal Escape in kitty/foot
- Loading branch information
1 parent
7e15b06
commit 622dee2
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* [9.1.0787](https://github.com/vim/vim/commit/991657e87db9a6212e14b10594ca0a008d1ccd1c): cursor position changed when using hidden terminal\n* [9.1.0786](https://github.com/vim/vim/commit/6a1deaf5adf4dddea0d27a7f18792ae8d870805e): tests: quickfix update test does not test location list | ||
* [runtime(help): Update help syntax](https://github.com/vim/vim/commit/6c2fc377bfbfb6f1a46b1061413cd21116b596ed)\n* [runtime(help): fix end of sentence highlight in code examples](https://github.com/vim/vim/commit/4bfb89996f227d5fbb4803f0d8dbd3105483b625)\n* [runtime(jinja): Support jinja syntax as secondary filetype](https://github.com/vim/vim/commit/5e53fca76fd991d64d83429d74b573cc73116d66)\n* [9.1.0789](https://github.com/vim/vim/commit/c0cba184f54e052cf8f04baca24bdee72a4b7de6): tests: ':resize + 5' has invalid space after '+'\n* [9.1.0788](https://github.com/vim/vim/commit/a2834e17d18a3e7211da6f792cc6d86dac5e8c3b): \<CSI>27;\<mod>u is not decoded to literal Escape in kitty/foot |
Submodule vim
updated
10 files
+2 −2 | runtime/doc/builtin.txt | |
+4 −2 | runtime/doc/options.txt | |
+4 −4 | runtime/doc/repeat.txt | |
+9 −14 | runtime/syntax/help.vim | |
+17 −0 | runtime/syntax/help_it.vim | |
+2 −1 | runtime/syntax/jinja.vim | |
+5 −3 | src/edit.c | |
+6 −0 | src/testdir/test_termcodes.vim | |
+1 −1 | src/testdir/test_window_cmd.vim | |
+4 −0 | src/version.c |