From 151158101618f9392af1e65c4012c90dda3b437f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 30 Mar 2017 23:45:09 +0200 Subject: Update vim bundles and small install script change --- install | 3 +-- vim/bundle/YouCompleteMe | 2 +- vim/bundle/syntastic | 2 +- vim/bundle/tlib_vim | 2 +- vim/bundle/vim-snipmate | 2 +- vim/bundle/vim-snippets | 2 +- vim/bundle/vim-table-mode | 2 +- 7 files changed, 7 insertions(+), 8 deletions(-) diff --git a/install b/install index eecd321..786a1ba 100755 --- a/install +++ b/install @@ -2,8 +2,7 @@ cd `dirname $0` -# TODO arguments parsing -git submodule update --init || (echo "Submodule update failed! Use --ignore-sub if it's ok."; exit 5) +git submodule update --init || (echo "Submodule update failed!"; exit 5) # Source inst and diff function . ./utils/inst diff --git a/vim/bundle/YouCompleteMe b/vim/bundle/YouCompleteMe index 39659ca..eab3568 160000 --- a/vim/bundle/YouCompleteMe +++ b/vim/bundle/YouCompleteMe @@ -1 +1 @@ -Subproject commit 39659caf34c664c7419cadb41cb813158e0749fa +Subproject commit eab356861daed72e3c548171e2f304edfdcb9a20 diff --git a/vim/bundle/syntastic b/vim/bundle/syntastic index 6fb14d6..b2b125c 160000 --- a/vim/bundle/syntastic +++ b/vim/bundle/syntastic @@ -1 +1 @@ -Subproject commit 6fb14d624b6081459360fdbba743f82cf84c8f92 +Subproject commit b2b125cfade75468faef6ac87742a78f2de26bfa diff --git a/vim/bundle/tlib_vim b/vim/bundle/tlib_vim index e0e4a4e..05cd677 160000 --- a/vim/bundle/tlib_vim +++ b/vim/bundle/tlib_vim @@ -1 +1 @@ -Subproject commit e0e4a4e0da29d781f591c0d03f27bfae90bec9fe +Subproject commit 05cd6776810bb2d51d3da578ca387b1a73c0f37e diff --git a/vim/bundle/vim-snipmate b/vim/bundle/vim-snipmate index 2d70860..2608687 160000 --- a/vim/bundle/vim-snipmate +++ b/vim/bundle/vim-snipmate @@ -1 +1 @@ -Subproject commit 2d70860ba49afc83cb5902acb99174e3cf08538d +Subproject commit 260868757e2989536b448415793afd7260125d7f diff --git a/vim/bundle/vim-snippets b/vim/bundle/vim-snippets index 28e9b45..037be07 160000 --- a/vim/bundle/vim-snippets +++ b/vim/bundle/vim-snippets @@ -1 +1 @@ -Subproject commit 28e9b45896cd600ff10a0565f1cbb55720611976 +Subproject commit 037be07864c39d1e64ee0dbae6c444aecf6247d0 diff --git a/vim/bundle/vim-table-mode b/vim/bundle/vim-table-mode index 30a3eba..d4cb68e 160000 --- a/vim/bundle/vim-table-mode +++ b/vim/bundle/vim-table-mode @@ -1 +1 @@ -Subproject commit 30a3eba81628fdd099adc6dfdec8aa627c4783f7 +Subproject commit d4cb68e8e15f10ba20937cca17b268d431507204 -- cgit v1.2.3