-
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.
Signed-off-by: Tomas Slusny <[email protected]>
- Loading branch information
Showing
14 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
Submodule completor.vim
updated
2 files
+3 −0 | autoload/completor.vim | |
+130 −0 | pythonx/completers/javascript/yarn.lock |
Submodule syntastic
updated
4 files
+24 −2 | doc/syntastic-checkers.txt | |
+1 −1 | plugin/syntastic.vim | |
+44 −0 | syntax_checkers/coffee/coffee_jshint.vim | |
+1 −0 | syntax_checkers/css/csslint.vim |
Submodule vim-fugitive
updated
3 files
+1 −1 | README.markdown | |
+5 −2 | doc/fugitive.txt | |
+32 −31 | plugin/fugitive.vim |
Submodule vim-gutentags
updated
3 files
+1 −1 | README.md | |
+9 −5 | autoload/gutentags/ctags.vim | |
+22 −22 | doc/gutentags.txt |
Submodule vim-snippets
updated
7 files
+2 −2 | UltiSnips/blade.snippets | |
+0 −186 | UltiSnips/javascript-jasmine-arrow.snippets | |
+0 −234 | UltiSnips/javascript-jasmine.snippets | |
+18 −0 | snippets/go.snippets | |
+1 −1 | snippets/haml.snippets | |
+175 −0 | snippets/javascript/javascript-jasmine.snippets | |
+0 −4 | snippets/python.snippets |
Submodule vim-test
updated
from a02f00 to 0b19c3
Submodule .fzf
updated
37 files
+3 −3 | .gitignore | |
+2 −9 | .travis.yml | |
+4 −7 | BUILD.md | |
+14 −0 | CHANGELOG.md | |
+138 −0 | Makefile | |
+3 −2 | bin/fzf-tmux | |
+38 −0 | glide.lock | |
+16 −0 | glide.yaml | |
+33 −21 | install | |
+3 −1 | main.go | |
+1 −1 | man/man1/fzf-tmux.1 | |
+7 −1 | man/man1/fzf.1 | |
+12 −4 | plugin/fzf.vim | |
+2 −4 | shell/key-bindings.fish | |
+0 −127 | src/Makefile | |
+0 −106 | src/README.md | |
+14 −1 | src/constants.go | |
+0 −8 | src/constants_unix.go | |
+0 −8 | src/constants_windows.go | |
+14 −8 | src/core.go | |
+0 −18 | src/deps | |
+9 −0 | src/item.go | |
+5 −1 | src/options.go | |
+14 −17 | src/pattern.go | |
+3 −4 | src/result.go | |
+6 −6 | src/result_test.go | |
+30 −19 | src/terminal.go | |
+2 −3 | src/tokenizer.go | |
+6 −6 | src/tokenizer_test.go | |
+2 −1 | src/tui/light.go | |
+7 −4 | src/tui/tcell.go | |
+2 −0 | src/tui/tui.go | |
+2 −2 | src/util/util.go | |
+5 −0 | src/util/util_unix.go | |
+7 −6 | src/util/util_windows.go | |
+1 −1 | test/fzf.vader | |
+19 −57 | test/test_go.rb |
Submodule .zim
updated
from 126e95 to 95f1e3
Submodule alias-tips
updated
4 files
+15 −0 | README.md | |
+4 −0 | alias-tips.plugin.zsh | |
+5 −0 | alias-tips.py | |
+21 −1 | test_alias-tips.py |