From 1c991347b4fe839c13d80a013c558303c521394f Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Mon, 17 Jun 2024 00:01:00 +0200 Subject: [PATCH] vim: Import v9.1.0494 * runtime(java): Add a config variable for commonly used compiler options * 9.1.0494: Wrong matched text highlighted in pum with 'rightleft' * runtime(html): bump length of character references in syntax script (#15022) * runtime(termdebug): properly check mapping variables using null_dict * runtime(kdl): fix KdlIndent and kdlComment in indent script (#15019) * 9.1.0493: Test for patch 9.1.0489 doesn't fail without the fix * runtime(java): Fold multi-line comments with the syntax kind of &fdm (#15016) * runtime(termdebug): using wrong type for PlaceSign() * 9.1.0492: filetype: Vim-script files not detected by shebang line * runtime(zip): revert unintended change to zip#Write() * runtime(doc): add another tag for vim-shebang feature * 9.1.0491: Cmdline pum doesn't work properly with 'rightleft' * 9.1.0490: minor style problems with patch 9.1.0487 * 9.1.0489: default completion may break with fuzzy * 9.1.0488: Wrong padding for pum "kind" with 'rightleft' * runtime(vim): Update base-syntax, match shebang lines (#15011) * runtime(zip): MS-Windows: handle files with spaces properly * runtime(html): Restore HTML syntax file tests --- gitlog.txt | 2 +- vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gitlog.txt b/gitlog.txt index ad8ab492..d81a0c4f 100644 --- a/gitlog.txt +++ b/gitlog.txt @@ -1 +1 @@ -* [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) +* [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) diff --git a/vim b/vim index 52f2ff03..0ddab582 160000 --- a/vim +++ b/vim @@ -1 +1 @@ -Subproject commit 52f2ff03636fe120f3c9d00e9b3cdc1da251bd73 +Subproject commit 0ddab582fa13d1d653800494e45ecfba00974a18