-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* vim 2076463e3...67abf1592 (4): > runtime(tar): comment out strange error condition check > patch 9.0.2105: skipcol not reset when topline changed > patch 9.0.2104: wast filetype should be replaced by wat filetype > runtime(doc): fix typo in pi_gzip.txt https://github.com/vim/vim-appimage/actions/runs/6871421163
- Loading branch information
1 parent
39f585d
commit 74f5afb
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
14 files
+19 −22 | runtime/autoload/tar.vim | |
+2 −2 | runtime/doc/pi_gzip.txt | |
+1 −2 | runtime/filetype.vim | |
+1 −1 | runtime/ftplugin/wat.vim | |
+1 −1 | runtime/indent/wat.vim | |
+1 −1 | runtime/makemenu.vim | |
+1 −1 | runtime/synmenu.vim | |
+0 −97 | runtime/syntax/wast.vim | |
+97 −0 | runtime/syntax/wat.vim | |
+3 −1 | src/move.c | |
+12 −0 | src/testdir/dumps/Test_smoothscroll_cursor_top.dump | |
+1 −2 | src/testdir/test_filetype.vim | |
+17 −0 | src/testdir/test_scroll_opt.vim | |
+4 −0 | src/version.c |