forked from taohex/navim
-
Notifications
You must be signed in to change notification settings - Fork 2
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
taohe
committed
Dec 31, 2016
1 parent
f8db0a2
commit 3d0df7a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule dein.vim
updated
21 files
+97 −104 | autoload/dein.vim | |
+31 −30 | autoload/dein/autoload.vim | |
+214 −236 | autoload/dein/install.vim | |
+36 −39 | autoload/dein/parse.vim | |
+34 −36 | autoload/dein/types/git.vim | |
+6 −8 | autoload/dein/types/raw.vim | |
+157 −124 | autoload/dein/util.vim | |
+5 −8 | autoload/unite/kinds/dein.vim | |
+12 −14 | autoload/unite/sources/dein.vim | |
+8 −9 | autoload/unite/sources/dein_log.vim | |
+2 −5 | bin/installer.sh | |
+13 −4 | doc/dein.txt | |
+37 −4 | rplugin/python3/denite/source/dein.py | |
+16 −18 | test/base.vim | |
+4 −6 | test/git.vim | |
+74 −76 | test/install.vim | |
+4 −6 | test/install_base.vim | |
+27 −39 | test/parse.vim | |
+4 −6 | test/raw.vim | |
+7 −9 | test/state.vim | |
+2 −2 | test/toml.vim |