Skip to content

Commit 80843f3

Browse files
committed
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
1 parent 635ac89 commit 80843f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gitlog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +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
1+
* [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)

vim

Submodule vim updated 61 files

0 commit comments

Comments
 (0)