-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 9.1.0757: tests: messages files contains ANSI escape sequences * 9.1.0756: missing change from patch v9.1.0754 * 9.1.0755: quickfix list does not handle hardlinks well * runtime(doc): 'filetype', 'syntax' and 'keymap' only allow alphanumeric + some characters * runtime(systemd): small fixes to &keywordprg in ftplugin * CI: macos-12 runner is being sunset, switch to 13
- Loading branch information
1 parent
b0991df
commit 89780d9
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(doc): 'filetype', 'syntax' and 'keymap' only allow alphanumeric + some characters](https://github.com/vim/vim/commit/ae62fe5c289e148b92b1d0bb912dcce7ebe14602)\n* [runtime(systemd): small fixes to &keywordprg in ftplugin](https://github.com/vim/vim/commit/f416a2220fbd457c3d3389fb0be59bee534a7491)\n* [CI: macos-12 runner is being sunset, switch to 13](https://github.com/vim/vim/commit/5d64e28011deab9881072c5e0905a099db536323) | ||
* [9.1.0757](https://github.com/vim/vim/commit/075ab5ab3b8abc55baddce7105e22b6fa1b2e032): tests: messages files contains ANSI escape sequences\n* [9.1.0756](https://github.com/vim/vim/commit/a6d9e3c4e07f73f6523699961d8b7b54bdb80cf6): missing change from patch v9.1.0754\n* [9.1.0755](https://github.com/vim/vim/commit/29822996996550f68a781e85753ebd4d177f22da): quickfix list does not handle hardlinks well\n* [runtime(doc): 'filetype', 'syntax' and 'keymap' only allow alphanumeric + some characters](https://github.com/vim/vim/commit/ae62fe5c289e148b92b1d0bb912dcce7ebe14602)\n* [runtime(systemd): small fixes to &keywordprg in ftplugin](https://github.com/vim/vim/commit/f416a2220fbd457c3d3389fb0be59bee534a7491)\n* [CI: macos-12 runner is being sunset, switch to 13](https://github.com/vim/vim/commit/5d64e28011deab9881072c5e0905a099db536323) |
Submodule vim
updated
8 files
+1 −1 | src/popupmenu.c | |
+31 −3 | src/quickfix.c | |
+1 −1 | src/testdir/Makefile | |
+20 −0 | src/testdir/dumps/Test_pum_completeitemalign_07.dump | |
+2 −2 | src/testdir/runtest.vim | |
+15 −1 | src/testdir/test_popup.vim | |
+40 −0 | src/testdir/test_quickfix.vim | |
+6 −0 | src/version.c |