-
Notifications
You must be signed in to change notification settings - Fork 3
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
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
Submodule haskell-html-template-syntax
updated
from 29085a to 7833b3
Submodule pathogen
updated
2 files
+1 −2 | README.markdown | |
+4 −1 | autoload/pathogen.vim |
Submodule surround
updated
1 files
+1 −1 | plugin/surround.vim |
Submodule vim-signature
updated
8 files
+29 −38 | README.md | |
+0 −494 | autoload/signature.vim | |
+73 −43 | doc/signature.txt | |
+76 −351 | plugin/signature.vim | |
+353 −0 | plugin/signature/mark.vim | |
+140 −0 | plugin/signature/marker.vim | |
+240 −0 | plugin/signature/sign.vim | |
+89 −0 | plugin/signature/utils.vim |
Submodule vimproc
updated
9 files
+1 −1 | .travis.yml | |
+8 −7 | README.mkd | |
+41 −33 | autoload/proc.c | |
+119 −85 | autoload/proc_w32.c | |
+209 −152 | autoload/vimproc.vim | |
+7 −3 | autoload/vimproc/filepath.vim | |
+6 −1 | autoload/vimproc/util.vim | |
+9 −47 | autoload/vimstack.c | |
+43 −7 | doc/vimproc.txt |
Submodule zencoding
updated
12 files
+2 −2 | README.mkd | |
+35 −25 | autoload/emmet.vim | |
+5 −2 | autoload/emmet/lang/css.vim | |
+25 −9 | autoload/emmet/lang/haml.vim | |
+9 −3 | autoload/emmet/lang/html.vim | |
+0 −4 | autoload/emmet/lang/sass.vim | |
+2 −5 | autoload/emmet/lang/slim.vim | |
+0 −1 | autoload/emmet/util.vim | |
+2 −2 | doc/emmet.txt | |
+3 −1 | emmet.vim.vimup | |
+1 −1 | plugin/emmet.vim | |
+29 −25 | unittest.vim |