-
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.1186: filetype: help files in git repos are not detected * runtime(nohlsearch): fix CursorHold loop * runtime(doc): warn users about potentially risky hotkey * runtime(syntax-tests): Improve parts of "runtest.vim" * 9.1.1185: endless loop with completefuzzycollect and no match found * runtime(doc): CmdUndefined and FuncUndefined can always be nested * 9.1.1184: Unnecessary use of vim_tolower() in vim_strnicmp_asc() * 9.1.1083: "above" virtual text breaks cursorlineopt=number
- Loading branch information
1 parent
14f0e47
commit b7cb20a
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(go): add 'keywordprg' and 'formatprg' to ftplugin](https://github.com/vim/vim/commit/62e822808e364c84e8abfbc4827bf6012e5b32e0)\n* [runtime(syntax-tests): Re-introduce support for "phoney" languages](https://github.com/vim/vim/commit/6852e5c597b5c7c42ffc73679cfee7746652cdc6)\n* [9.1.1182](https://github.com/vim/vim/commit/53d59ecc1d93ce3a3f6d0182479d825852018ceb): No cmdline completion for 'completefuzzycollect'\n* [9.1.1181](https://github.com/vim/vim/commit/4422de6316b544c282e6c74afd3df3ee3a4b1cfd): Unnecessary STRLEN() calls in insexpand.c\n* [9.1.1180](https://github.com/vim/vim/commit/b3a9127494b8b4389bc39877b98b79a832730f2b): short-description\n* [runtime(vim): Update base-syntax, bug fixes](https://github.com/vim/vim/commit/6bdfeb099a4d814f2686af427360da13578906eb) | ||
* [9.1.1186](https://github.com/vim/vim/commit/16d6fff98ed3a9dfd34a41696b005b0c4c7800f8): filetype: help files in git repos are not detected\n* [runtime(nohlsearch): fix CursorHold loop](https://github.com/vim/vim/commit/ce4f9d2a1016ade19fa07c5b66e58eb084719192)\n* [runtime(doc): warn users about potentially risky hotkey](https://github.com/vim/vim/commit/3d1a437f1bb41933739445a8436fdc1902e4ea98)\n* [runtime(syntax-tests): Improve parts of "runtest.vim"](https://github.com/vim/vim/commit/f63c3467b148ca94826a5c3dd6c1c1102f146039)\n* [9.1.1185](https://github.com/vim/vim/commit/dd42b05f8a37df03a9b77a16a47c08ab33af2b1f): endless loop with completefuzzycollect and no match found\n* [runtime(doc): CmdUndefined and FuncUndefined can always be nested](https://github.com/vim/vim/commit/af056949007b2395b3f8ca8c7efb591fe9d4be9e)\n* [9.1.1184](https://github.com/vim/vim/commit/b7dc5d3b6169efc8aa0b9d86476072877e74bc2c): Unnecessary use of vim\_tolower() in vim\_strnicmp\_asc()\n* [9.1.1083](https://github.com/vim/vim/commit/62f19541f4215e9b31698a3e0331b0e6421a1f37): "above" virtual text breaks cursorlineopt=number |
Submodule vim
updated
17 files
+6 −2 | runtime/doc/autocmd.txt | |
+5 −1 | runtime/doc/cmdline.txt | |
+5 −1 | runtime/doc/insert.txt | |
+2 −3 | runtime/doc/todo.txt | |
+6 −3 | runtime/filetype.vim | |
+9 −5 | runtime/pack/dist/opt/nohlsearch/plugin/nohlsearch.vim | |
+190 −166 | runtime/syntax/testdir/runtest.vim | |
+2 −2 | src/drawline.c | |
+1 −4 | src/insexpand.c | |
+2 −0 | src/proto/insexpand.pro | |
+7 −3 | src/search.c | |
+1 −4 | src/strings.c | |
+8 −0 | src/testdir/dumps/Test_prop_above_number_3.dump | |
+17 −2 | src/testdir/test_filetype.vim | |
+5 −0 | src/testdir/test_ins_complete.vim | |
+4 −0 | src/testdir/test_textprop.vim | |
+8 −0 | src/version.c |