-
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 80b662009...075aeea40 (8): > runtime(doc): document changed default value for 'history' > patch 9.1.0895: default history value is too small > patch 9.1.0894: No test for what the spotbug compiler parses > patch 9.1.0893: No test that undofile format does not regress > translation(de): update German manpages > runtime(compiler): include spotbugs Java linter > patch 9.1.0892: the max value of 'tabheight' is limited by other tabpages > runtime(po): remove poDiffOld/New, add po-format flags to syntax file https://github.com/vim/vim-appimage/actions/runs/12077346060
- Loading branch information
1 parent
000d3e1
commit ebda503
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
27 files
+1 −0 | Filelist | |
+250 −0 | runtime/autoload/spotbugs.vim | |
+2 −6 | runtime/compiler/javac.vim | |
+1 −1 | runtime/compiler/maven.vim | |
+189 −0 | runtime/compiler/spotbugs.vim | |
+0 −1 | runtime/defaults.vim | |
+1 −2 | runtime/doc/options.txt | |
+110 −3 | runtime/doc/quickfix.txt | |
+2 −0 | runtime/doc/tags | |
+3 −1 | runtime/doc/version9.txt | |
+387 −335 | runtime/doc/vim-de.1 | |
+390 −338 | runtime/doc/vim-de.UTF-8.1 | |
+134 −4 | runtime/ftplugin/java.vim | |
+43 −13 | runtime/syntax/po.vim | |
+7 −7 | src/option.c | |
+1 −1 | src/optiondefs.h | |
+1 −0 | src/proto/window.pro | |
+3 −2 | src/term.c | |
+3 −0 | src/testdir/samples/test_undo.txt | |
+ − | src/testdir/samples/test_undo.txt.undo | |
+192 −0 | src/testdir/test_compiler.vim | |
+34 −1 | src/testdir/test_options.vim | |
+29 −0 | src/testdir/test_undo.vim | |
+1 −1 | src/testdir/test_window_cmd.vim | |
+8 −0 | src/version.c | |
+1 −0 | src/vim.h | |
+17 −3 | src/window.c |