-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 9.1.0686: zip-plugin has problems with special characters * runtime(pandoc): escape quotes in &errorformat for pandoc * translation(it): updated Italian manpage * 9.1.0685: too many strlen() calls in usercmd.c * runtime(doc): fix grammar in :h :keeppatterns * runtime(pandoc): refine pandoc compiler settings * 9.1.0684: completion is inserted on Enter with "noselect" * translation(ru): update man pages * 9.1.0683: mode() returns wrong value with <Cmd> mapping
- Loading branch information
1 parent
17347c0
commit 5f81804
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* [runtime(doc): remove trailing whitespace in cmdline.txt](https://github.com/vim/vim/commit/3840d2feaf1454c934f71a97aae7a56a5ceccef9)\n* [9.1.0682](https://github.com/vim/vim/commit/cb90ea9cba6f033fe141db0e466fb4117f28402b): Vim9: Segfault with uninitialized funcref\n* [9.1.0681](https://github.com/vim/vim/commit/6bff6a2fa449b9149eb2db4851e0b62a173b8748): tests: Analyzing failed screendumps is hard\n* [runtime(doc): more clarification for the :keeppatterns needed](https://github.com/vim/vim/commit/175a87c7f163e34876c6848f829970fec61fc9d7) | ||
* [9.1.0686](https://github.com/vim/vim/commit/7790ea0c680a9f951a86066e5940ec16b2333c9a): zip-plugin has problems with special characters\n* [runtime(pandoc): escape quotes in &errorformat for pandoc](https://github.com/vim/vim/commit/5f5f2832f5dcf845a93f7f62c1daf6cba9c17989)\n* [translation(it): updated Italian manpage](https://github.com/vim/vim/commit/9beccaf779f8f153f351001d4f7acef2b7b2d1d7)\n* [9.1.0685](https://github.com/vim/vim/commit/9e795852f31f1eab52e776bad27f8a169cb15238): too many strlen() calls in usercmd.c\n* [runtime(doc): fix grammar in :h :keeppatterns](https://github.com/vim/vim/commit/e44e64492cf0a99191826b05ea5ee80b3a5fb3f5)\n* [runtime(pandoc): refine pandoc compiler settings](https://github.com/vim/vim/commit/d55e698fa02195bf451b072eb2fb20cfbf7bddf5)\n* [9.1.0684](https://github.com/vim/vim/commit/753794bae8a9401903b82e5c5d1f35a106aa912a): completion is inserted on Enter with "noselect"\n* [translation(ru): update man pages](https://github.com/vim/vim/commit/12333bae0175edda16ea2e1201e12224989e3ef2)\n* [9.1.0683](https://github.com/vim/vim/commit/0fd1cb1b1fc90b68cb37f71e65289eadac3588a6): mode() returns wrong value with \<Cmd> mapping |
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 |