-
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 4b715bdaf...076faac53 (6): > patch 9.1.0205: Cannot use modifiers before :-Ntabmove > NSIS: Redesigning the appearance of the vimrc settings page (#14292) > patch 9.1.0204: Backspace inserts spaces with virtual text and 'smarttab' > runtime(doc): Update options.txt > patch 9.1.0203: build-error on GNU/Hurd > runtime(java): Recognise the inline kind of the {@return} tag (#14284) https://github.com/vim/vim-appimage/actions/runs/8429084898
- Loading branch information
1 parent
217cea3
commit 755a2f2
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
17 files
+11 −9 | nsis/gvim.nsi | |
+2 −2 | runtime/doc/options.txt | |
+4 −5 | runtime/doc/tabpage.txt | |
+24 −13 | runtime/syntax/java.vim | |
+17 −17 | runtime/syntax/testdir/dumps/java_comments_00.dump | |
+20 −20 | runtime/syntax/testdir/dumps/java_comments_01.dump | |
+20 −0 | runtime/syntax/testdir/dumps/java_comments_02.dump | |
+20 −0 | runtime/syntax/testdir/dumps/java_comments_03.dump | |
+20 −0 | runtime/syntax/testdir/dumps/java_comments_04.dump | |
+16 −16 | runtime/syntax/testdir/dumps/java_comments_99.dump | |
+75 −10 | runtime/syntax/testdir/input/java_comments.java | |
+48 −24 | src/edit.c | |
+12 −4 | src/ex_docmd.c | |
+109 −2 | src/testdir/test_edit.vim | |
+7 −1 | src/testdir/test_tabpage.vim | |
+6 −0 | src/version.c | |
+1 −1 | src/vim.h |