-
Notifications
You must be signed in to change notification settings - Fork 4
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
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule css3-syntx
updated
8 files
+8 −1 | README.md | |
+2 −1 | after/syntax/css/css3-cascade.vim | |
+9 −0 | after/syntax/css/css3-counter-styles.vim | |
+17 −0 | after/syntax/css/css3-fonts.vim | |
+0 −21 | after/syntax/css/css3-lists.vim | |
+3 −0 | after/syntax/css/html5-elements.vim | |
+1 −0 | after/syntax/html.vim | |
+53 −114 | test/test.css |
Submodule ctrlp
updated
10 files
+157 −56 | autoload/ctrlp.vim | |
+2 −2 | autoload/ctrlp/bookmarkdir.vim | |
+4 −1 | autoload/ctrlp/buffertag.vim | |
+3 −1 | autoload/ctrlp/changes.vim | |
+1 −1 | autoload/ctrlp/dir.vim | |
+11 −4 | autoload/ctrlp/line.vim | |
+4 −0 | autoload/ctrlp/mrufiles.vim | |
+32 −22 | autoload/ctrlp/tag.vim | |
+67 −22 | doc/ctrlp.txt | |
+3 −1 | plugin/ctrlp.vim |
Submodule gist-vim
updated
from 926e11 to 19f23f
Submodule tagbar
updated
from dacf4f to 57ee79