-
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
Philipp Gildein
committed
Feb 24, 2014
1 parent
75ba39c
commit 36bcf9a
Showing
14 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
Submodule delimitMate
updated
4 files
+1 −1 | Makefile | |
+29 −23 | autoload/delimitMate.vim | |
+1 −1 | doc/delimitMate.txt | |
+15 −35 | plugin/delimitMate.vim |
Submodule syntastic
updated
from edcb2f to d12bc4
Submodule tagbar
updated
from ace45a to 614b5b
Submodule tmuxline
updated
15 files
+4 −0 | CONTRIBUTORS.md | |
+1 −1 | LICENSE | |
+67 −5 | README.md | |
+3 −1 | autoload/tmuxline.vim | |
+1 −1 | autoload/tmuxline/api.vim | |
+1 −1 | autoload/tmuxline/builder.vim | |
+13 −0 | autoload/tmuxline/themes/airline_insert.vim | |
+13 −0 | autoload/tmuxline/themes/airline_visual.vim | |
+16 −0 | autoload/tmuxline/themes/jellybeans.vim | |
+10 −0 | autoload/tmuxline/themes/lightline.vim | |
+10 −0 | autoload/tmuxline/themes/lightline_insert.vim | |
+11 −0 | autoload/tmuxline/themes/lightline_visual.vim | |
+23 −1 | autoload/tmuxline/util.vim | |
+3 −3 | doc/tmuxline.txt | |
+22 −6 | plugin/tmuxline.vim |
Submodule vim-airline
updated
from 7a1801 to 6aac1b
Submodule vim-gitgutter
updated
9 files
+1 −0 | .gitignore | |
+86 −89 | README.mkd | |
+59 −0 | autoload/debug.vim | |
+63 −25 | autoload/diff.vim | |
+6 −9 | autoload/highlight.vim | |
+126 −56 | autoload/sign.vim | |
+56 −41 | autoload/utility.vim | |
+46 −7 | doc/gitgutter.txt | |
+207 −45 | plugin/gitgutter.vim |
Submodule vim-golang
updated
from 6f2c73 to 43a820
Submodule vim-rails
updated
3 files
+4 −18 | README.markdown | |
+43 −18 | autoload/rails.vim | |
+6 −7 | doc/rails.txt |
Submodule vim-sensible
updated
1 files
+1 −2 | plugin/sensible.vim |