-
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 3840d2fea...7790ea0c6 (9): > patch 9.1.0686: zip-plugin has problems with special characters > runtime(pandoc): escape quotes in &errorformat for pandoc > translation(it): updated Italian manpage > patch 9.1.0685: too many strlen() calls in usercmd.c > runtime(doc): fix grammar in :h :keeppatterns > runtime(pandoc): refine pandoc compiler settings > patch 9.1.0684: completion is inserted on Enter with "noselect" > translation(ru): update man pages > patch 9.1.0683: mode() returns wrong value with <Cmd> mapping https://github.com/vim/vim-appimage/actions/runs/10481596519
- Loading branch information
1 parent
7840c15
commit 6817c11
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
26 files
+1 −0 | Filelist | |
+24 −3 | runtime/autoload/zip.vim | |
+24 −21 | runtime/compiler/pandoc.vim | |
+3 −3 | runtime/doc/cmdline.txt | |
+45 −35 | runtime/doc/evim-ru.1 | |
+45 −35 | runtime/doc/evim-ru.UTF-8.1 | |
+8 −1 | runtime/doc/quickfix.txt | |
+5 −5 | runtime/doc/vim-it.1 | |
+5 −5 | runtime/doc/vim-it.UTF-8.1 | |
+498 −296 | runtime/doc/vim-ru.1 | |
+498 −296 | runtime/doc/vim-ru.UTF-8.1 | |
+33 −32 | runtime/doc/vimdiff-ru.1 | |
+33 −32 | runtime/doc/vimdiff-ru.UTF-8.1 | |
+44 −32 | runtime/doc/vimtutor-ru.1 | |
+44 −32 | runtime/doc/vimtutor-ru.UTF-8.1 | |
+272 −194 | runtime/doc/xxd-ru.1 | |
+272 −194 | runtime/doc/xxd-ru.UTF-8.1 | |
+2 −1 | src/insexpand.c | |
+11 −11 | src/misc1.c | |
+ − | src/testdir/samples/testa.zip | |
+4 −0 | src/testdir/test_functions.vim | |
+7 −0 | src/testdir/test_ins_complete.vim | |
+4 −0 | src/testdir/test_usercommands.vim | |
+103 −1 | src/testdir/test_zip_plugin.vim | |
+298 −213 | src/usercmd.c | |
+8 −0 | src/version.c |