-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* vim 04cc89759...8297e2cee (6): > patch 9.1.1057: Superfluous cleanup steps in test_ins_complete.vim > runtime(netrw): correct wrong version check > patch 9.1.1056: Vim doesn't highlight to be inserted text when completing > runtime(netrw): upstream snapshot of v176 > runtime(dist/vim9): fix regressions in dist#vim9#Open > runtime(hyprlang): fix string recognition https://github.com/vim/vim-appimage/actions/runs/13064315838
- Loading branch information
1 parent
baa75f3
commit dd957dc
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
21 files
+1 −0 | Filelist | |
+13 −12 | runtime/autoload/dist/vim9.vim | |
+14 −2 | runtime/doc/eval.txt | |
+7 −1 | runtime/doc/options.txt | |
+1 −4 | runtime/doc/tags | |
+3 −1 | runtime/doc/version9.txt | |
+115 −379 | runtime/pack/dist/opt/netrw/autoload/netrw.vim | |
+53 −0 | runtime/pack/dist/opt/netrw/autoload/netrw/own.vim | |
+1 −7 | runtime/pack/dist/opt/netrw/autoload/netrwSettings.vim | |
+2 −25 | runtime/pack/dist/opt/netrw/doc/netrw.txt | |
+1 −1 | runtime/pack/dist/opt/netrw/plugin/netrwPlugin.vim | |
+11 −2 | runtime/plugin/openPlugin.vim | |
+3 −2 | runtime/syntax/hyprlang.vim | |
+4 −1 | src/edit.c | |
+58 −11 | src/insexpand.c | |
+1 −0 | src/option.h | |
+1 −1 | src/optionstr.c | |
+2 −1 | src/proto/insexpand.pro | |
+1 −1 | src/testdir/gen_opt_test.vim | |
+115 −2 | src/testdir/test_ins_complete.vim | |
+4 −0 | src/version.c |