forked from vim/vim-win32-installer
-
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
21 files
+733 −422 | runtime/autoload/csscomplete.vim | |
+43 −10 | runtime/doc/develop.txt | |
+14 −2 | runtime/doc/eval.txt | |
+4 −4 | runtime/doc/index.txt | |
+1 −1 | runtime/doc/quickfix.txt | |
+6 −0 | runtime/doc/tags | |
+64 −35 | runtime/doc/todo.txt | |
+5 −5 | runtime/syntax/dcl.vim | |
+5 −3 | runtime/syntax/lisp.vim | |
+5 −5 | runtime/syntax/maple.vim | |
+2 −1 | runtime/syntax/messages.vim | |
+5 −3 | runtime/syntax/tex.vim | |
+34 −27 | runtime/syntax/vim.vim | |
+4 −0 | src/eval.c | |
+16 −7 | src/ex_docmd.c | |
+2 −1 | src/getchar.c | |
+1 −1 | src/normal.c | |
+1 −0 | src/proto/ex_docmd.pro | |
+1 −0 | src/testdir/Make_all.mak | |
+28 −0 | src/testdir/test_langmap.vim | |
+6 −0 | src/version.c |