Skip to content

Commit

Permalink
vim: Import v9.1.0496
Browse files Browse the repository at this point in the history
* 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
chrisbra committed Jun 17, 2024
1 parent 1c99134 commit 9827f9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitlog.txt
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)

0 comments on commit 9827f9a

Please sign in to comment.