-
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 9f26e5a9b...6d1d18084 (6): > runtime(colors): don't unnecessarily reload v:colornames dict > patch 9.1.0192: drop: don't rewind when editing the same file > patch 9.1.0191: Installer does not remove all files > patch 9.1.0190: complete_info() returns wrong order of items > runtime(deb822sources): Add minimal ftplugin (#14240) > patch 9.1.0189: Memory leak with "above" virttext and 'relativenumber' https://github.com/vim/vim-appimage/actions/runs/8367951527
- Loading branch information
1 parent
7c8d27c
commit f2549c9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
17 files
+1 −0 | .github/CODEOWNERS | |
+1 −1 | .github/workflows/ci.yml | |
+13 −5 | nsis/README.txt | |
+60 −17 | nsis/gvim.nsi | |
+36 −13 | runtime/colors/lists/default.vim | |
+5 −1 | runtime/doc/eval.txt | |
+16 −0 | runtime/ftplugin/deb822sources.vim | |
+2 −2 | src/Make_mvc.mak | |
+5 −1 | src/drawline.c | |
+2 −1 | src/ex_cmds.c | |
+51 −83 | src/insexpand.c | |
+10 −0 | src/testdir/dumps/Test_drop_modified_1.dump | |
+16 −0 | src/testdir/dumps/Test_prop_above_below_empty_6.dump | |
+16 −0 | src/testdir/test_excmd.vim | |
+57 −1 | src/testdir/test_ins_complete.vim | |
+12 −0 | src/testdir/test_textprop.vim | |
+8 −0 | src/version.c |