-
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 7d755d8ef...5bcfb5a30 (7): > runtime(doc): add some docs for file-watcher programs > CI: uploading failed screendumps still fails on Cirrus CI > patch 9.1.0785: cannot preserve error position when setting quickfix list > patch 9.1.0784: there are several problems with python 3.13 > patch 9.1.0783: 'spell' option setting has problems > patch 9.1.0782: tests: using wrong neomuttlog file name > runtime(doc): add preview flag to statusline example https://github.com/vim/vim-appimage/actions/runs/11337413329
- Loading branch information
1 parent
98f4f52
commit 08a2163
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
19 files
+2 −2 | .cirrus.yml | |
+3 −1 | runtime/doc/builtin.txt | |
+10 −1 | runtime/doc/editing.txt | |
+5 −4 | runtime/doc/options.txt | |
+1 −0 | runtime/doc/tags | |
+3 −1 | runtime/doc/version9.txt | |
+4 −4 | src/if_py_both.h | |
+5 −0 | src/if_python3.c | |
+1 −1 | src/option.c | |
+2 −2 | src/optionstr.c | |
+1 −1 | src/proto/spell.pro | |
+115 −15 | src/quickfix.c | |
+16 −17 | src/spell.c | |
+5 −1 | src/testdir/gen_opt_test.vim | |
+1 −1 | src/testdir/test_filetype.vim | |
+9 −5 | src/testdir/test_python3.vim | |
+91 −0 | src/testdir/test_quickfix.vim | |
+1 −1 | src/testdir/test_spellfile.vim | |
+8 −0 | src/version.c |