-
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 bdb5f85a5...481992cea (4): > patch 9.1.0909: Vim9: crash when calling instance method > patch 9.1.0908: not possible to configure :messages > patch 9.1.0907: printoptions:portrait does not change postscript Orientation > runtime(doc): Add vietnamese.txt to helps main TOC https://github.com/vim/vim-appimage/actions/runs/12208564218
- Loading branch information
1 parent
f61b809
commit b0f9d7d
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
23 files
+2 −1 | runtime/doc/help.txt | |
+3 −2 | runtime/doc/message.txt | |
+22 −9 | runtime/doc/options.txt | |
+2 −2 | runtime/doc/tags | |
+2 −2 | runtime/doc/version9.txt | |
+2 −2 | runtime/optwin.vim | |
+3 −1 | src/eval.c | |
+1 −1 | src/hardcopy.c | |
+186 −99 | src/message.c | |
+0 −25 | src/option.c | |
+1 −1 | src/option.h | |
+3 −3 | src/optiondefs.h | |
+24 −0 | src/optionstr.c | |
+1 −1 | src/proto/message.pro | |
+0 −1 | src/proto/option.pro | |
+2 −0 | src/proto/optionstr.pro | |
+5 −1 | src/testdir/gen_opt_test.vim | |
+0 −26 | src/testdir/test_cmdline.vim | |
+27 −0 | src/testdir/test_hardcopy.vim | |
+46 −0 | src/testdir/test_messages.vim | |
+5 −2 | src/testdir/test_options.vim | |
+61 −0 | src/testdir/test_vim9_class.vim | |
+6 −0 | src/version.c |