-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
15 files
+2 −0 | Filelist | |
+8 −3 | runtime/doc/options.txt | |
+990 −0 | runtime/tutor/sr/vim-01-beginner.tutor | |
+45 −0 | runtime/tutor/sr/vim-01-beginner.tutor.json | |
+1 −1 | runtime/tutor/tutor.vim | |
+196 −0 | runtime/tutor/tutor2.sr.utf-8 | |
+10 −4 | src/Makefile | |
+4 −0 | src/globals.h | |
+2 −2 | src/insexpand.c | |
+2 −0 | src/option.c | |
+5 −4 | src/term.c | |
+67 −45 | src/testdir/test_glvs.vim | |
+4 −0 | src/testdir/test_ins_complete.vim | |
+46 −14 | src/testdir/test_termcodes.vim | |
+8 −0 | src/version.c |