-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* vim 129a8446d...5ca8f223f (7): > runtime(idris2): include filetype,indent+syntax plugins for (L)Idris2 + ipkg > runtime(doc): clarify the use of filters and external commands > patch 9.1.0861: Vim9: no runtime check for object member access of any var > runtime(compiler): update pylint linter > patch 9.1.0860: tests: mouse_shape tests use hard code sleep value > patch 9.1.0859: several problems with the GLVS plugin > patch 9.1.0858: Coverity complains about dead code https://github.com/vim/vim-appimage/actions/runs/11808598831
- Loading branch information
1 parent
a4fc65a
commit 8236477
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
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 |