From 80843f304bde473e14a228b90d35f32f2ab3a23b Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Thu, 11 Apr 2024 00:00:42 +0200 Subject: [PATCH] vim: Import v9.1.0304 * ftplugin(asm): add Matchit support * 9.1.0304: filetype: cgdb config file is not recognized * runtime(asm): add basic indent support * ftplugin(gdb): add matchit support * 9.1.0303: filetype: some protocol buffer files not recognized * 9.1.0302: filetype: blueprint files are not recognized * runtime(vim): Improve Vim9 and legacy-script comment highlighting (#13104) * 9.1.0301: Vim9: heredoc start may be recognized in string * 9.1.0300: Missing test for what patch v9.1.0285 fixes * 9.1.0299: Vim9: return type not set for a lambda assigned to script var * add runtime/doc/tags-* to ignore files (#14479) * translation(ru): Updated translation (#14481) * runtime(doc): Update documentation * 9.1.0298: MS-Windows: GETTEXT_PATH hard-coded in src/po/Make_mvc.mak * 9.1.0297: Patch 9.1.0296 causes too many issues * NSIS: Fix a few issues with gvim.nsi --- gitlog.txt | 2 +- vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gitlog.txt b/gitlog.txt index 528db5f6..b664ca45 100644 --- a/gitlog.txt +++ b/gitlog.txt @@ -1 +1 @@ -* [NSIS: Fix a few issues with gvim.nsi](https://github.com/vim/vim/commit/49f1e1979f9c3a4d7b28f0961bca0e41227a0557)\n* [9.1.0296](https://github.com/vim/vim/commit/7a27c108e0509f3255ebdcb6558e896c223e4d23): regexp: engines do not handle case-folding well\n* [9.1.0295](https://github.com/vim/vim/commit/d2b95b8446233e0021a8c0cd672f8fae748e3955): filetype: pip config files are not recognized\n* [9.1.0294](https://github.com/vim/vim/commit/08b0f632c125514fe0ea188c36ac048d7d7929d4): Text height function does not respect it's argument\n* [9.1.0293](https://github.com/vim/vim/commit/41208884b8c1a73b42ddb6c1e5f008dae6aa0a83): filetype: lxqt config files are not recognized\n* [9.1.0292](https://github.com/vim/vim/commit/efd752ec384980135c36b9fb673574e64c270c90): filetype: XDG mimeapps.list file is not recognized\n* [9.1.0291](https://github.com/vim/vim/commit/73c89bcf79df280b8698f77374afabd9494dc741): filetype: libreoffice config files are not recognized\n* [9.1.0290](https://github.com/vim/vim/commit/614691ceefb2b2470cd9097013ffc140f81d6a71): filetype: xilinx files are not recognized\n* [9.1.0289](https://github.com/vim/vim/commit/61ee833a504ae73bc6b3e2527a81582263f02afd): filetype: some TeX files are not recognized\n* [9.1.0288](https://github.com/vim/vim/commit/72a156b4edfdf1502d421370cf38281c258e3c4a): MS-Windows: compiler warning for size\_t to int conversion\n* [9.1.0287](https://github.com/vim/vim/commit/9a91d2b72c20f213bbf77f27b7edd01e0e43d5e0): Vim9: comment may be treated as heredoc start\n* [9.1.0286](https://github.com/vim/vim/commit/1af0fbf955f799392f614bc38f9d2fcbd9960526): Vim9: E1027 with defcompile for abstract methods\n* [9.1.0285](https://github.com/vim/vim/commit/78c51500f1bb16501521d721d52cb0982f5e70b6): Still problems with cursor position for CTRL-D/U\n* [runtime(compiler): fix inaccuracies in pandoc compiler (#14467)](https://github.com/vim/vim/commit/6ce07edd600e73e5aaebeafead6e82b41bd00e12)\n* [9.1.0284](https://github.com/vim/vim/commit/e20c7d7f442e0d42d78db7337c1b5e7a3ff91671): make testclean is not able to delete failed screendumps\n* [runtime(vim): Update base-syntax, no curly-brace names in Vim9 script (#14466)](https://github.com/vim/vim/commit/e43ace558aee904f5ebb805daed763961bdbccde)\n* [9.1.0282](https://github.com/vim/vim/commit/a040019be68859f0667ae475de8d67bb755596ed): Several small issues in doc and tests +* [ftplugin(asm): add Matchit support](https://github.com/vim/vim/commit/dbca7d80457d026f6d6a5cc7e916b94df0ca6e03)\n* [9.1.0304](https://github.com/vim/vim/commit/1492fe69037586b6c625d42205d77dd38ba51640): filetype: cgdb config file is not recognized\n* [runtime(asm): add basic indent support](https://github.com/vim/vim/commit/27f17a6d3493f611f5bdc376217535f9c49b479b)\n* [ftplugin(gdb): add matchit support](https://github.com/vim/vim/commit/556c62165963359f1b35f17a49913fc61c43f937)\n* [9.1.0303](https://github.com/vim/vim/commit/e54a8e7c73bbfba0c77e928f27fb3a9bffd2e8fd): filetype: some protocol buffer files not recognized\n* [9.1.0302](https://github.com/vim/vim/commit/6be7ef5bc734ce6045d6f919f1a8559a3fa7f2fd): filetype: blueprint files are not recognized\n* [runtime(vim): Improve Vim9 and legacy-script comment highlighting (#13104)](https://github.com/vim/vim/commit/04e5363b823827f144409df011376d00ea6df750)\n* [9.1.0301](https://github.com/vim/vim/commit/1817ccdb107ceeaf5c48fe193da5146682c15ca6): Vim9: heredoc start may be recognized in string\n* [9.1.0300](https://github.com/vim/vim/commit/aa8e22b035dd669cb47c9237f9c9a917ec6a0ec4): Missing test for what patch v9.1.0285 fixes\n* [9.1.0299](https://github.com/vim/vim/commit/7f5202143b2c84ec12e709272d90dd79621d14ca): Vim9: return type not set for a lambda assigned to script var\n* [add runtime/doc/tags-\* to ignore files (#14479)](https://github.com/vim/vim/commit/b988c7a95f5ddb1f665a3fc7f0bcf2b08145693b)\n* [translation(ru): Updated translation (#14481)](https://github.com/vim/vim/commit/8fcc129773cfc67769c20bc681535f3f906fff6e)\n* [runtime(doc): Update documentation](https://github.com/vim/vim/commit/c9ec20d94ea5c1ea263e70503e82abcdd27d3463)\n* [9.1.0298](https://github.com/vim/vim/commit/2f27c65410dcb68fd06cb6c54c1ed8fae2d11c79): MS-Windows: GETTEXT\_PATH hard-coded in src/po/Make\_mvc.mak\n* [9.1.0297](https://github.com/vim/vim/commit/c97f4d61cde24030f2f7d2318e1b409a0ccc3e43): Patch 9.1.0296 causes too many issues\n* [NSIS: Fix a few issues with gvim.nsi](https://github.com/vim/vim/commit/49f1e1979f9c3a4d7b28f0961bca0e41227a0557) diff --git a/vim b/vim index 49f1e197..dbca7d80 160000 --- a/vim +++ b/vim @@ -1 +1 @@ -Subproject commit 49f1e1979f9c3a4d7b28f0961bca0e41227a0557 +Subproject commit dbca7d80457d026f6d6a5cc7e916b94df0ca6e03