-
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 ce0ef910d...7002c055d (4): > patch 9.1.0512: Mode message for spell completion doesn't match allowed keys > patch 9.1.0511: CursorMovedC triggered wrongly with setcmdpos() > runtime(scheme): update runtime files > patch 9.1.0510: CI: test_gettext fails on MacOS14 + MSVC Win https://github.com/vim/vim-appimage/actions/runs/9621564282
- Loading branch information
1 parent
9679617
commit bde8c96
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
14 files
+5 −0 | .github/MAINTAINERS | |
+3 −2 | runtime/doc/autocmd.txt | |
+8 −8 | runtime/ftplugin/chicken.vim | |
+10 −8 | runtime/ftplugin/scheme.vim | |
+5 −4 | runtime/indent/scheme.vim | |
+9 −9 | runtime/syntax/chicken.vim | |
+12 −9 | runtime/syntax/scheme.vim | |
+7 −7 | src/ex_getln.c | |
+1 −1 | src/insexpand.c | |
+19 −11 | src/testdir/test_autocmd.vim | |
+3 −0 | src/testdir/test_gettext_cp1251.vim | |
+3 −0 | src/testdir/test_gettext_utf8.vim | |
+15 −0 | src/testdir/test_spell.vim | |
+6 −0 | src/version.c |