-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 9.1.0993: New 'cmdheight' behavior may be surprising * runtime(sh): fix typo in Last Change header * 9.1.0992: Vim9: double-free after v9.1.0988 * 9.1.0991: v:stacktrace has wrong type in Vim9 script * runtime(sh): add PS0 to bashSpecialVariables in syntax script * runtime(vim): Remove trailing comma from match_words * runtime(zsh): sync syntax script with upstream repo * runtime(doc): Capitalise the mnemonic "Zero" for the 'z' flag of search()
- Loading branch information
1 parent
63bc438
commit fb71811
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 @@ | ||
* [runtime(zsh): sync syntax script with upstream repo](https://github.com/vim/vim/commit/202ebc6ced6c5d7c0cdd9a79867af14aab39f75d)\n* [runtime(doc): Capitalise the mnemonic "Zero" for the 'z' flag of search()](https://github.com/vim/vim/commit/8a27d9784805ad15a5d832917410b4e70039e7d2) | ||
* [9.1.0993](https://github.com/vim/vim/commit/c97e8695353565d6b20adffa48aad47f6e09967f): New 'cmdheight' behavior may be surprising\n* [runtime(sh): fix typo in Last Change header](https://github.com/vim/vim/commit/3159b6494ec08fbe780d14e54ad4e89e7b55bb16)\n* [9.1.0992](https://github.com/vim/vim/commit/2050dcc20f99b3440199f4fbe60581e2ad8dac97): Vim9: double-free after v9.1.0988\n* [9.1.0991](https://github.com/vim/vim/commit/6655bef33047b826e0ccb8c686f3f57e47161b1c): v:stacktrace has wrong type in Vim9 script\n* [runtime(sh): add PS0 to bashSpecialVariables in syntax script](https://github.com/vim/vim/commit/cf1f55548d1c8782c5bd11f82354d98fb30cde42)\n* [runtime(vim): Remove trailing comma from match\_words](https://github.com/vim/vim/commit/7ceaa8f3ddbaad75fa02f91c0b354661b38253cb)\n* [runtime(zsh): sync syntax script with upstream repo](https://github.com/vim/vim/commit/202ebc6ced6c5d7c0cdd9a79867af14aab39f75d)\n* [runtime(doc): Capitalise the mnemonic "Zero" for the 'z' flag of search()](https://github.com/vim/vim/commit/8a27d9784805ad15a5d832917410b4e70039e7d2) |
Submodule vim
updated
12 files
+6 −6 | runtime/doc/builtin.txt | |
+2 −2 | runtime/ftplugin/vim.vim | |
+2 −1 | runtime/syntax/sh.vim | |
+1 −1 | src/evalvars.c | |
+2 −2 | src/testdir/dumps/Test_changing_cmdheight_3.dump | |
+8 −0 | src/testdir/dumps/Test_changing_cmdheight_8.dump | |
+6 −3 | src/testdir/test_cmdline.vim | |
+28 −3 | src/testdir/test_stacktrace.vim | |
+27 −0 | src/testdir/test_vim9_class.vim | |
+6 −0 | src/version.c | |
+1 −0 | src/vim9execute.c | |
+9 −2 | src/window.c |