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.
Run `git submodule update --remote` and commit ONLY. Closes: carlhuda#713
- Loading branch information
Showing
37 changed files
with
37 additions
and
37 deletions.
There are no files selected for viewing
Submodule base16-vim
updated
131 files
Submodule darcula
updated
4 files
+1 −1 | README.md | |
+10 −5 | colors/darcula.vim | |
+8 −0 | test/main.go | |
+4 −0 | test/test.js |
Submodule pathogen
updated
5 files
+2 −0 | .github/FUNDING.yml | |
+17 −13 | CONTRIBUTING.markdown | |
+81 −0 | LICENSE | |
+3 −0 | README.markdown | |
+3 −5 | autoload/pathogen.vim |
Submodule csv
updated
8 files
+25 −0 | CHANGELOG.md | |
+348 −176 | README.md | |
+3,229 −0 | autoload/csv.vim | |
+87 −13 | csv.vmb | |
+188 −34 | doc/ft-csv.txt | |
+6 −3,051 | ftplugin/csv.vim | |
+96 −81 | plugin/csv.vim | |
+23 −16 | syntax/csv.vim |
Submodule rails
updated
24 files
+2 −0 | .github/FUNDING.yml | |
+4 −1 | README.markdown | |
+1 −0 | after/ftplugin/coffee/rails.vim | |
+9 −0 | after/ftplugin/css/rails.vim | |
+9 −0 | after/ftplugin/javascript/rails.vim | |
+1 −0 | after/ftplugin/less/rails.vim | |
+8 −0 | after/ftplugin/ruby/rails.vim | |
+1 −0 | after/ftplugin/sass/rails.vim | |
+1 −0 | after/ftplugin/scss/rails.vim | |
+1 −0 | after/syntax/coffee/rails.vim | |
+5 −0 | after/syntax/css/rails.vim | |
+1 −0 | after/syntax/eruby/rails.vim | |
+1 −0 | after/syntax/haml/rails.vim | |
+5 −0 | after/syntax/javascript/rails.vim | |
+1 −0 | after/syntax/less/rails.vim | |
+267 −0 | after/syntax/ruby/rails.vim | |
+1 −0 | after/syntax/sass/rails.vim | |
+1 −0 | after/syntax/scss/rails.vim | |
+1,232 −1,551 | autoload/rails.vim | |
+6 −1 | compiler/rails.vim | |
+51 −103 | doc/rails.txt | |
+37 −0 | ftplugin/railslog.vim | |
+37 −20 | plugin/rails.vim | |
+61 −0 | syntax/railslog.vim |
Submodule vim-polyglot
updated
1428 files
Submodule buffergator
updated
4 files
+2 −1 | README.md | |
+9 −9 | autoload/buffergator.vim | |
+15 −6 | doc/buffergator.txt | |
+6 −2 | plugin/buffergator.vim |
Submodule css-color
updated
52 files
Submodule ctrlp
updated
9 files
+13 −0 | .github/FUNDING.yml | |
+30 −0 | LICENSE | |
+324 −93 | autoload/ctrlp.vim | |
+7 −3 | autoload/ctrlp/buffertag.vim | |
+5 −3 | autoload/ctrlp/line.vim | |
+20 −11 | autoload/ctrlp/utils.vim | |
+9 −7 | doc/ctrlp.cnx | |
+14 −14 | doc/ctrlp.txt | |
+16 −4 | readme.md |
Submodule dispatch
updated
12 files
+2 −0 | .github/FUNDING.yml | |
+9 −10 | README.markdown | |
+723 −254 | autoload/dispatch.vim | |
+8 −14 | autoload/dispatch/iterm.vim | |
+142 −0 | autoload/dispatch/job.vim | |
+3 −3 | autoload/dispatch/screen.vim | |
+84 −0 | autoload/dispatch/terminal.vim | |
+8 −8 | autoload/dispatch/tmux.vim | |
+7 −8 | autoload/dispatch/windows.vim | |
+21 −18 | autoload/dispatch/x11.vim | |
+68 −9 | doc/dispatch.txt | |
+69 −13 | plugin/dispatch.vim |
Submodule easymotion
updated
from e4d71c to d75d95
Submodule endwise
updated
3 files
+2 −0 | .github/FUNDING.yml | |
+9 −7 | README.markdown | |
+30 −12 | plugin/endwise.vim |
Submodule eunuch
updated
4 files
+2 −0 | .github/FUNDING.yml | |
+9 −11 | README.markdown | |
+15 −8 | doc/eunuch.txt | |
+100 −46 | plugin/eunuch.vim |
Submodule fugitive
updated
11 files
+2 −0 | .gitattributes | |
+2 −0 | .github/FUNDING.yml | |
+8 −2 | CONTRIBUTING.markdown | |
+92 −80 | README.markdown | |
+8,047 −0 | autoload/fugitive.vim | |
+617 −260 | doc/fugitive.txt | |
+1 −0 | ftdetect/fugitive.vim | |
+6 −0 | ftplugin/fugitiveblame.vim | |
+624 −3,018 | plugin/fugitive.vim | |
+57 −0 | syntax/fugitive.vim | |
+7 −0 | syntax/fugitiveblame.vim |
Submodule gist
updated
from f0d635 to 34e0f0
Submodule gundo
updated
4 files
+1 −7 | README.markdown | |
+6 −5 | doc/gundo.txt | |
+9 −17 | site/index.html | |
+6 −4 | site/publish.sh |
Submodule multiple-cursors
updated
7 files
+5 −4 | .travis.yml | |
+135 −117 | README.md | |
+ − | assets/example3.gif | |
+135 −43 | autoload/multiple_cursors.vim | |
+132 −135 | doc/multiple_cursors.txt | |
+27 −12 | plugin/multiple_cursors.vim | |
+178 −1 | spec/multiple_cursors_spec.rb |
Submodule narrowregion
updated
4 files
+32 −19 | README.md | |
+91 −26 | autoload/nrrwrgn.vim | |
+60 −34 | doc/NarrowRegion.txt | |
+1 −0 | plugin/NrrwRgn.vim |
Submodule nerdcommenter
updated
from 285902 to ec002e
Submodule nerdtree
updated
from e2a992 to eed488
Submodule repeat
updated
3 files
+2 −0 | .github/FUNDING.yml | |
+11 −17 | README.markdown | |
+34 −8 | autoload/repeat.vim |
Submodule snipmate
updated
6 files
+2 −0 | Contributors.md | |
+4 −0 | README.md | |
+18 −3 | autoload/snipMate.vim | |
+1 −1 | autoload/snipmate/parse.vim | |
+33 −5 | doc/SnipMate.txt | |
+4 −0 | plugin/snipMate.vim |
Submodule surround
updated
4 files
+2 −0 | .github/FUNDING.yml | |
+17 −23 | README.markdown | |
+10 −0 | doc/surround.txt | |
+35 −14 | plugin/surround.vim |
Submodule tagbar
updated
from f57927 to a0343f
Submodule tlib
updated
58 files
Submodule unimpaired
updated
4 files
+2 −0 | .github/FUNDING.yml | |
+8 −12 | README.markdown | |
+39 −27 | doc/unimpaired.txt | |
+270 −156 | plugin/unimpaired.vim |
Submodule vim-gitgutter
updated
19 files
+4 −0 | .github/issue_template.md | |
+327 −145 | README.mkd | |
+168 −192 | autoload/gitgutter.vim | |
+67 −167 | autoload/gitgutter/async.vim | |
+26 −36 | autoload/gitgutter/debug.vim | |
+244 −172 | autoload/gitgutter/diff.vim | |
+225 −0 | autoload/gitgutter/diff_highlight.vim | |
+115 −0 | autoload/gitgutter/fold.vim | |
+189 −59 | autoload/gitgutter/highlight.vim | |
+532 −60 | autoload/gitgutter/hunk.vim | |
+165 −94 | autoload/gitgutter/sign.vim | |
+154 −142 | autoload/gitgutter/utility.vim | |
+626 −198 | doc/gitgutter.txt | |
+213 −124 | plugin/gitgutter.vim | |
+ − | screenshot.png | |
+8 −0 | test/cp932.txt | |
+11 −0 | test/fixture_dos.txt | |
+3 −1 | test/test | |
+818 −90 | test/test_gitgutter.vim |
Submodule vim-snippets
updated
122 files
Submodule webapi
updated
10 files
+12 −0 | .github/FUNDING.yml | |
+65 −15 | autoload/webapi/bit.vim | |
+2 −39 | autoload/webapi/hmac.vim | |
+3 −1 | autoload/webapi/jsonrpc.vim | |
+4 −0 | autoload/webapi/oauth.vim | |
+17 −124 | autoload/webapi/sha1.vim | |
+8 −7 | autoload/webapi/xml.vim | |
+1 −1 | doc/webapi.txt | |
+4 −4 | example/gistview.vim | |
+36 −23 | example/twitter.vim |