-
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 79230f027...dfcef890c (4): > runtime(vim): Distinguish Vim9 constructor definitions from the :new ex command (#14050) > patch 9.1.0115: Using freed memory with full tag stack and user data > runtime(doc): Fix typo in testing.txt (#14054) > patch 9.1.0114: Setting some options may change curswant https://github.com/vim/vim-appimage/actions/runs/7952992743
- Loading branch information
1 parent
691eb92
commit e0806d8
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
15 files
+4 −3 | runtime/doc/testing.txt | |
+3 −2 | runtime/syntax/generator/gen_syntax_vim.vim | |
+6 −2 | runtime/syntax/generator/vim.vim.base | |
+20 −0 | runtime/syntax/testdir/dumps/vim_new_00.dump | |
+20 −0 | runtime/syntax/testdir/dumps/vim_new_99.dump | |
+17 −0 | runtime/syntax/testdir/input/vim_new.vim | |
+7 −3 | runtime/syntax/vim.vim | |
+13 −5 | src/option.c | |
+3 −3 | src/option.h | |
+11 −11 | src/optiondefs.h | |
+2 −1 | src/optionstr.c | |
+1 −1 | src/tag.c | |
+9 −4 | src/testdir/test_goto.vim | |
+22 −7 | src/testdir/test_tagjump.vim | |
+4 −0 | src/version.c |