-
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 87ca5e86f...1bf1bf569 (6): > patch 9.0.2081: smoothscroll may result in wrong cursor position > runtime(sh): add shDblParen to shLoopList for bash (#13445) > patch 9.0.2080: vim9_script test too large > runtime(doc): all secure options should note this restriction in the documentation (#13448) > patch 9.0.2079: Not all Dart files detected > patch 9.0.2078: several problems with type aliases https://github.com/vim/vim-appimage/actions/runs/6680226002
- Loading branch information
1 parent
fdef9f6
commit ae13bae
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
20 files
+4 −0 | runtime/autoload/dist/script.vim | |
+14 −1 | runtime/doc/options.txt | |
+3 −1 | runtime/doc/vim9class.txt | |
+1 −1 | runtime/syntax/sh.vim | |
+12 −4 | src/errors.h | |
+3 −2 | src/eval.c | |
+2 −2 | src/evalvars.c | |
+6 −5 | src/option.c | |
+1 −0 | src/proto/typval.pro | |
+4 −2 | src/testdir/Make_all.mak | |
+2 −1 | src/testdir/test_filetype.vim | |
+16 −0 | src/testdir/test_options.vim | |
+0 −378 | src/testdir/test_vim9_script.vim | |
+539 −0 | src/testdir/test_vim9_typealias.vim | |
+17 −3 | src/typval.c | |
+8 −0 | src/version.c | |
+39 −15 | src/vim9class.c | |
+1 −1 | src/vim9execute.c | |
+0 −7 | src/vim9expr.c | |
+7 −1 | src/vim9type.c |