Skip to content

Commit 635ac89

Browse files
committed
vim: Import v9.1.0296
* NSIS: Fix a few issues with gvim.nsi * 9.1.0296: regexp: engines do not handle case-folding well * 9.1.0295: filetype: pip config files are not recognized * 9.1.0294: Text height function does not respect it's argument * 9.1.0293: filetype: lxqt config files are not recognized * 9.1.0292: filetype: XDG mimeapps.list file is not recognized * 9.1.0291: filetype: libreoffice config files are not recognized * 9.1.0290: filetype: xilinx files are not recognized * 9.1.0289: filetype: some TeX files are not recognized * 9.1.0288: MS-Windows: compiler warning for size_t to int conversion * 9.1.0287: Vim9: comment may be treated as heredoc start * 9.1.0286: Vim9: E1027 with defcompile for abstract methods * 9.1.0285: Still problems with cursor position for CTRL-D/U * runtime(compiler): fix inaccuracies in pandoc compiler (#14467) * 9.1.0284: make testclean is not able to delete failed screendumps * runtime(vim): Update base-syntax, no curly-brace names in Vim9 script (#14466) * 9.1.0282: Several small issues in doc and tests
1 parent 672d8c5 commit 635ac89

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-
* [9.1.0282](https://github.com/vim/vim/commit/34f00dd4abd011ce750e273b747915ae2f3b6e48): Finding highlighting attributes is inefficient\n* [9.1.0281](https://github.com/vim/vim/commit/d33cb3f65e112bdb2d57139e9a308b1a9c8ffcc2): CI: fails Test\_compiler\_completion\n* [runtime(cuda): Update cuda keywords, remove uncommonly used enumeration constants](https://github.com/vim/vim/commit/a2385c23349935d4bd6780a538f3a8f46a29d952)\n* [9.1.0280](https://github.com/vim/vim/commit/9148ba8a46baa3934c44164989cdcdec5d01d9e3): several issues with 'smoothscroll' support\n* [9.1.0279](https://github.com/vim/vim/commit/196b6678c5483217ea5bc7d047b02c915615dae6): filetype: roc files are not recognized\n* [9.1.0278](https://github.com/vim/vim/commit/72d81a66edd835aeff3f539ccd0f97afb1ebd63c): filetype: zathurarc files not recognized\n* [9.1.0277](https://github.com/vim/vim/commit/be2b03c6eecea3eae5d460e3c19ee43b73b29928): Cannot highlight the Command-line\n* [9.1.0276](https://github.com/vim/vim/commit/7005b7ee7f282b24378c2a844366cb8616cad5d7): No pandoc syntax support\n* [9.1.0275](https://github.com/vim/vim/commit/fc21b6437ce91368c2d53437177083b8bc375720): filetype: R history files are not recognized
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

vim

Submodule vim updated 46 files

0 commit comments

Comments
 (0)