forked from carlhuda/janus
-
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
1 parent
d701f9b
commit d0af227
Showing
15 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
Submodule coffeescript
updated
3 files
+12 −18 | Readme.md | |
+2 −1 | ftdetect/coffee.vim | |
+17 −14 | syntax/coffee.vim |
Submodule ruby
updated
3 files
+5 −0 | etc/examples/indent/blocks.rb | |
+15 −0 | etc/examples/indent/continuations.rb | |
+7 −3 | indent/ruby.vim |
Submodule ctrlp
updated
4 files
+139 −56 | autoload/ctrlp.vim | |
+2 −1 | autoload/ctrlp/bookmarkdir.vim | |
+124 −80 | doc/ctrlp.txt | |
+24 −16 | readme.md |
Submodule gist
updated
from 6682b1 to 6d1441
Submodule narrowregion
updated
3 files
+139 −18 | autoload/nrrwrgn.vim | |
+11 −0 | doc/NarrowRegion.txt | |
+8 −4 | plugin/NrrwRgn.vim |
Submodule snipmate-snippets
updated
from 99f896 to d46072
Submodule tagbar
updated
from 272e2e to ee1c4e
Submodule tlib
updated
5 files
+6 −14 | autoload/tlib/cache.vim | |
+23 −5 | autoload/tlib/file.vim | |
+47 −0 | autoload/tlib/persistent.vim | |
+68 −25 | autoload/tlib/vcs.vim | |
+3 −3 | plugin/02tlib.vim |
Submodule webapi
updated
6 files
+1 −0 | .gitignore | |
+28 −22 | autoload/webapi/http.vim | |
+47 −0 | doc/webapi-html.txt | |
+53 −0 | doc/webapi-http.txt | |
+29 −0 | doc/webapi-json.txt | |
+47 −0 | doc/webapi-xml.txt |