-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* vim 85e3f24be...3a621188e (6): > patch 9.1.1065: no digraph for "Approaches the limit" > patch 9.1.1064: not possible to use plural forms with gettext() > patch 9.1.1063: too many strlen() calls in userfunc.c > patch 9.1.1062: terminal: E315 when dragging the terminal with the mouse > runtime(openPlugin): fix unclosed parenthesis in GetWordUnderCursor() > runtime(doc): Tweak documentation style a bit https://github.com/vim/vim-appimage/actions/runs/13094164319
- Loading branch information
1 parent
193ab9a
commit 030b99f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
33 files
+2 −0 | Filelist | |
+18 −3 | runtime/doc/builtin.txt | |
+4 −3 | runtime/doc/digraph.txt | |
+2 −2 | runtime/doc/options.txt | |
+1 −0 | runtime/doc/tags | |
+3 −3 | runtime/doc/usr_02.txt | |
+2 −2 | runtime/doc/usr_25.txt | |
+2 −1 | runtime/doc/usr_41.txt | |
+17 −12 | runtime/doc/version9.txt | |
+2 −2 | runtime/plugin/openPlugin.vim | |
+24 −0 | src/auto/configure | |
+3 −0 | src/config.h.in | |
+6 −0 | src/configure.ac | |
+1 −1 | src/dict.c | |
+1 −0 | src/digraph.c | |
+1 −1 | src/eval.c | |
+48 −0 | src/evalfunc.c | |
+1 −1 | src/evalvars.c | |
+10 −0 | src/mouse.c | |
+1 −0 | src/proto/userfunc.pro | |
+1 −0 | src/structs.h | |
+5 −0 | src/testdir/ru_RU/LC_MESSAGES/Makefile | |
+ − | src/testdir/ru_RU/LC_MESSAGES/__PACKAGE__.mo | |
+33 −0 | src/testdir/ru_RU/LC_MESSAGES/__PACKAGE__.po | |
+3 −0 | src/testdir/test_digraph.vim | |
+3 −0 | src/testdir/test_gettext.vim | |
+1 −1 | src/testdir/test_gettext_cp1251.vim | |
+15 −1 | src/testdir/test_gettext_utf8.vim | |
+55 −0 | src/testdir/test_terminal2.vim | |
+178 −107 | src/userfunc.c | |
+8 −0 | src/version.c | |
+5 −2 | src/vim9compile.c | |
+2 −2 | src/vim9instr.c |