-
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
12 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
Submodule delimitMate
updated
7 files
+38 −4 | autoload/delimitMate.vim | |
+35 −12 | doc/delimitMate.txt | |
+38 −15 | plugin/delimitMate.vim | |
+4 −0 | test/autoclose_matchpairs.txt | |
+6 −0 | test/autoclose_quotes.txt | |
+11 −9 | test/autoclose_quotes.vim | |
+19 −0 | test/expand_cr.txt |
Submodule syntastic
updated
from d343e1 to edcb2f
Submodule tagbar
updated
from dbc05b to ace45a
Submodule vim-airline
updated
from 903979 to 7a1801
Submodule vim-gitgutter
updated
7 files
+155 −0 | autoload/diff.vim | |
+65 −0 | autoload/highlight.vim | |
+24 −0 | autoload/hunk.vim | |
+84 −0 | autoload/sign.vim | |
+77 −0 | autoload/utility.vim | |
+1 −1 | doc/gitgutter.txt | |
+39 −428 | plugin/gitgutter.vim |
Submodule vim-golang
updated
from 832d64 to 6f2c73