From 92a10e3588d10eb4f1bf7d3666f039fcfff57d8c Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 16 Jul 2013 15:08:45 +0200 Subject: vim: some new modules and updates Signed-off-by: Florian Pritz --- .vim/bundle/YouCompleteMe | 2 +- .vim/bundle/syntastic | 2 +- .vim/bundle/ultisnips | 1 + .vim/bundle/vim-fugitive | 1 + .vim/bundle/vim-repeat | 1 + .vim/bundle/vim-unimpaired | 1 + 6 files changed, 6 insertions(+), 2 deletions(-) create mode 160000 .vim/bundle/ultisnips create mode 160000 .vim/bundle/vim-fugitive create mode 160000 .vim/bundle/vim-repeat create mode 160000 .vim/bundle/vim-unimpaired (limited to '.vim') diff --git a/.vim/bundle/YouCompleteMe b/.vim/bundle/YouCompleteMe index 7cef111..2ed9ae7 160000 --- a/.vim/bundle/YouCompleteMe +++ b/.vim/bundle/YouCompleteMe @@ -1 +1 @@ -Subproject commit 7cef111e01d05f21202098e48d2dde41b15e7ee2 +Subproject commit 2ed9ae7569744e691a1159dd5c3df1097da69809 diff --git a/.vim/bundle/syntastic b/.vim/bundle/syntastic index 165602e..60578c3 160000 --- a/.vim/bundle/syntastic +++ b/.vim/bundle/syntastic @@ -1 +1 @@ -Subproject commit 165602e5723f612aa83d9d6702cdaf24a9923020 +Subproject commit 60578c35d2a4babd0eab9bb2afafc6cece449e98 diff --git a/.vim/bundle/ultisnips b/.vim/bundle/ultisnips new file mode 160000 index 0000000..cd83608 --- /dev/null +++ b/.vim/bundle/ultisnips @@ -0,0 +1 @@ +Subproject commit cd83608df381a12e25ecb5eedbd1f6cf280881dd diff --git a/.vim/bundle/vim-fugitive b/.vim/bundle/vim-fugitive new file mode 160000 index 0000000..00b0916 --- /dev/null +++ b/.vim/bundle/vim-fugitive @@ -0,0 +1 @@ +Subproject commit 00b0916ae2fc4e329f519686348de13d7477d770 diff --git a/.vim/bundle/vim-repeat b/.vim/bundle/vim-repeat new file mode 160000 index 0000000..a81bef7 --- /dev/null +++ b/.vim/bundle/vim-repeat @@ -0,0 +1 @@ +Subproject commit a81bef76031ca1c71766b516417480caeb01c932 diff --git a/.vim/bundle/vim-unimpaired b/.vim/bundle/vim-unimpaired new file mode 160000 index 0000000..48d1cb6 --- /dev/null +++ b/.vim/bundle/vim-unimpaired @@ -0,0 +1 @@ +Subproject commit 48d1cb6bf0000159291014226d8d8d3330ad875e -- cgit v1.2.3-24-g4f1b