-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* runtime(idris2): include filetype,indent+syntax plugins for (L)Idris2 + ipkg * runtime(doc): clarify the use of filters and external commands * 9.1.0861: Vim9: no runtime check for object member access of any var * runtime(compiler): update pylint linter * 9.1.0860: tests: mouse_shape tests use hard code sleep value * 9.1.0859: several problems with the GLVS plugin * 9.1.0858: Coverity complains about dead code
- Loading branch information
1 parent
5f39f73
commit 984f143
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* [runtime(tar): Update tar.vim to support permissions](https://github.com/vim/vim/commit/129a8446d23cd9cb4445fcfea259cba5e0487d29)\n* [9.1.0857](https://github.com/vim/vim/commit/4b9fa957125e33951a4a830414ccb70172976397): xxd: --- is incorrectly recognized as end-of-options\n* [9.1.0856](https://github.com/vim/vim/commit/a1b654ff36a9d3a22d632d7eeaddb8224e621928): mouseshape might be wrong on r and gr\n* [9.1.0855](https://github.com/vim/vim/commit/2e48567007f2becd484a3c3dd0706bf3a0beeae7): setting 'cmdheight' may cause hit-enter-prompt\n* [Add an .editorconfig file to repository](https://github.com/vim/vim/commit/feea1b444e8dabddc10f380ff61ef97f4ff6fa62)\n* [9.1.0854](https://github.com/vim/vim/commit/1083cae7091f006249c1349d0575412d2ff6a7dc): cannot get terminal cell size\n* [9.1.0853](https://github.com/vim/vim/commit/6fbf63de865001dedafc227465e651926cf6f6dc): filetype: kubernetes config file not recognized\n* [9.1.0852](https://github.com/vim/vim/commit/45e0704d9670c10bfaf2bb408d6a5cd639d23835): No warning when X11 registers are not available\n* [9.1.0851](https://github.com/vim/vim/commit/e7a1bbf2102ecd2083613ff18d7d46c45d1e568e): too many strlen() calls in getchar.c\n* [9.1.0850](https://github.com/vim/vim/commit/56d45f1b6658ca64857b4cb22f18a18eeefa0f1d): Vim9: cannot access nested object inside objects\n* [runtime(tex): extra Number highlighting causes issues](https://github.com/vim/vim/commit/622f6f5b9a9c2b88423f31a98e99cd3324446fcf) | ||
* [runtime(idris2): include filetype,indent+syntax plugins for (L)Idris2 + ipkg](https://github.com/vim/vim/commit/5ca8f223f03dbd85f5e06c8e1d500c65f311eaf1)\n* [runtime(doc): clarify the use of filters and external commands](https://github.com/vim/vim/commit/f18987caa5095e9ff154f924d952047c67c9fb64)\n* [9.1.0861](https://github.com/vim/vim/commit/e798446362efe4d784a26f51b106280d35c6da82): Vim9: no runtime check for object member access of any var\n* [runtime(compiler): update pylint linter](https://github.com/vim/vim/commit/210c49bbe8b2edf15fd4fbbc089ec128e4c9c0c9)\n* [9.1.0860](https://github.com/vim/vim/commit/24078e39cd10b8a65af5297ebe12ddf1e550167a): tests: mouse\_shape tests use hard code sleep value\n* [9.1.0859](https://github.com/vim/vim/commit/13a6605ddf3b2a166b68f2de0762f8bd72cd6fe1): several problems with the GLVS plugin\n* [9.1.0858](https://github.com/vim/vim/commit/002ccbfac4ab0b052f4d547ea4c4ffbf212e4592): Coverity complains about dead code |
Submodule vim
updated
23 files
+28 −28 | runtime/autoload/getscript.vim | |
+1 −2 | runtime/compiler/pylint.vim | |
+3 −1 | runtime/doc/change.txt | |
+14 −1 | runtime/doc/filetype.txt | |
+33 −1 | runtime/doc/indent.txt | |
+4 −5 | runtime/doc/quickfix.txt | |
+2 −0 | runtime/doc/tags | |
+6 −1 | runtime/doc/usr_10.txt | |
+3 −2 | runtime/doc/various.txt | |
+1 −1 | runtime/filetype.vim | |
+34 −0 | runtime/ftplugin/idris2.vim | |
+19 −0 | runtime/ftplugin/ipkg.vim | |
+183 −0 | runtime/indent/idris2.vim | |
+86 −0 | runtime/syntax/idris2.vim | |
+66 −0 | runtime/syntax/ipkg.vim | |
+25 −0 | runtime/syntax/lidris2.vim | |
+2 −0 | src/register.c | |
+2 −0 | src/testdir/Make_all.mak | |
+356 −0 | src/testdir/test_glvs.vim | |
+2 −4 | src/testdir/test_normal.vim | |
+48 −0 | src/testdir/test_vim9_class.vim | |
+8 −0 | src/version.c | |
+7 −0 | src/vim9execute.c |