-
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.0496: matched text is highlighted case-sensitively * 9.1.0495: Matched text isn't highlighted in cmdline pum * runtime(doc): Fix typos in several documents * runtime(doc): clarify when text properties are cleared * runtime(doc): improve the vim-shebang example * runtime(doc): revert unintended formatting changes for termdebug * runtime(java): Add a config variable for commonly used compiler options
- Loading branch information
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(java): Add a config variable for commonly used compiler options](https://github.com/vim/vim/commit/0ddab582fa13d1d653800494e45ecfba00974a18)\n* [9.1.0494](https://github.com/vim/vim/commit/63901e89638d683ecbc8e3323170dd485657fd1d): Wrong matched text highlighted in pum with 'rightleft'\n* [runtime(html): bump length of character references in syntax script (#15022)](https://github.com/vim/vim/commit/917ff8a19d2746dd922b7292dc61fb92e18b7ce2)\n* [runtime(termdebug): properly check mapping variables using null\_dict](https://github.com/vim/vim/commit/a5af73ae347f9d562524fbcfea3eb5cfeecefa46)\n* [runtime(kdl): fix KdlIndent and kdlComment in indent script (#15019)](https://github.com/vim/vim/commit/79da22de755e28bd8d4f58fc4bf34cf94f45de63)\n* [9.1.0493](https://github.com/vim/vim/commit/acc87469415ba10283e5a53a8a11424f4867bbcf): Test for patch 9.1.0489 doesn't fail without the fix\n* [runtime(java): Fold multi-line comments with the syntax kind of &fdm (#15016)](https://github.com/vim/vim/commit/371bab05947b32f26d1b32922e5dc38343a875bc)\n* [runtime(termdebug): using wrong type for PlaceSign()](https://github.com/vim/vim/commit/f127dce1889a80280c16ef1163307f4086434182)\n* [9.1.0492](https://github.com/vim/vim/commit/0d4d23dac0a5a77ccb0ebf1dcf646afe0c6886bf): filetype: Vim-script files not detected by shebang line\n* [runtime(zip): revert unintended change to zip#Write()](https://github.com/vim/vim/commit/52f2ff03636fe120f3c9d00e9b3cdc1da251bd73)\n* [runtime(doc): add another tag for vim-shebang feature](https://github.com/vim/vim/commit/f4bc59c4f67786e967db48e944c2cce2c0da8dc1)\n* [9.1.0491](https://github.com/vim/vim/commit/883018feff43413813770dd1e13d4f950aa38524): Cmdline pum doesn't work properly with 'rightleft'\n* [9.1.0490](https://github.com/vim/vim/commit/105f741fac1b3242909c3c69384f00e4dcd9356e): minor style problems with patch 9.1.0487\n* [9.1.0489](https://github.com/vim/vim/commit/aced8c2f4fd1cf3f8ac7cdb0dd54d19ef4390ef8): default completion may break with fuzzy\n* [9.1.0488](https://github.com/vim/vim/commit/a2324373eb1c3f1777bc40cb6dcd5e895a15fe10): Wrong padding for pum "kind" with 'rightleft'\n* [runtime(vim): Update base-syntax, match shebang lines (#15011)](https://github.com/vim/vim/commit/ae321b51f7531b23545d64c3a98ed991a31dd5ee)\n* [runtime(zip): MS-Windows: handle files with spaces properly](https://github.com/vim/vim/commit/1c6734291295bf8aa39577840b40bb21a7f27120)\n* [runtime(html): Restore HTML syntax file tests](https://github.com/vim/vim/commit/6dd5840fdfd7d308af7bf34534f07d6bee66532c) | ||
* [9.1.0496](https://github.com/vim/vim/commit/f189138b39a11ed5cf3adea6610469b478841aba): matched text is highlighted case-sensitively\n* [9.1.0495](https://github.com/vim/vim/commit/d8c9340fc67ca19f82ec3e77ec38296424e758cf): Matched text isn't highlighted in cmdline pum\n* [runtime(doc): Fix typos in several documents](https://github.com/vim/vim/commit/84ac2126f470569c770cd22a52f8d48c50cd42a1)\n* [runtime(doc): clarify when text properties are cleared](https://github.com/vim/vim/commit/946f61c405b54934f58cbb8053957f4a1ecadec8)\n* [runtime(doc): improve the vim-shebang example](https://github.com/vim/vim/commit/ca471145321fa8089071330b7637ad3950ac4f11)\n* [runtime(doc): revert unintended formatting changes for termdebug](https://github.com/vim/vim/commit/c52a8560792b47a19fd0686377f588ef25e5a7d4)\n* [runtime(java): Add a config variable for commonly used compiler options](https://github.com/vim/vim/commit/0ddab582fa13d1d653800494e45ecfba00974a18) |
Submodule vim
updated
25 files
+6 −5 | runtime/doc/builtin.txt | |
+2 −0 | runtime/doc/change.txt | |
+2 −2 | runtime/doc/options.txt | |
+3 −3 | runtime/doc/syntax.txt | |
+1 −0 | runtime/doc/tags | |
+13 −13 | runtime/doc/terminal.txt | |
+5 −3 | runtime/doc/testing.txt | |
+1 −1 | runtime/doc/textprop.txt | |
+9 −3 | runtime/doc/various.txt | |
+6 −3 | runtime/doc/version9.txt | |
+7 −7 | runtime/syntax/generator/vim.vim.base | |
+22 −0 | src/cmdexpand.c | |
+1 −1 | src/insexpand.c | |
+13 −6 | src/popupmenu.c | |
+2 −0 | src/proto/cmdexpand.pro | |
+20 −0 | src/testdir/dumps/Test_pum_highlights_09.dump | |
+10 −0 | src/testdir/dumps/Test_wildmenu_pum_hl_match_1.dump | |
+10 −0 | src/testdir/dumps/Test_wildmenu_pum_hl_match_2.dump | |
+10 −0 | src/testdir/dumps/Test_wildmenu_pum_hl_match_3.dump | |
+10 −0 | src/testdir/dumps/Test_wildmenu_pum_hl_match_4.dump | |
+10 −0 | src/testdir/dumps/Test_wildmenu_pum_hl_match_5.dump | |
+10 −0 | src/testdir/dumps/Test_wildmenu_pum_hl_match_6.dump | |
+31 −0 | src/testdir/test_cmdline.vim | |
+21 −0 | src/testdir/test_popup.vim | |
+4 −0 | src/version.c |