From 95865067af8988cb81bf89352fae3961d12a4a9e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= <karel.koci@nic.cz>
Date: Mon, 9 Jan 2017 08:10:11 +0100
Subject: Update vim plugins

---
 utils/vim_bundles_update  | 12 ++++++++++++
 vim/bundle/YouCompleteMe  |  2 +-
 vim/bundle/lightline.vim  |  2 +-
 vim/bundle/syntastic      |  2 +-
 vim/bundle/tagbar         |  2 +-
 vim/bundle/vim-gitgutter  |  2 +-
 vim/bundle/vim-snipmate   |  2 +-
 vim/bundle/vim-snippets   |  2 +-
 vim/bundle/vim-table-mode |  2 +-
 9 files changed, 20 insertions(+), 8 deletions(-)
 create mode 100755 utils/vim_bundles_update

diff --git a/utils/vim_bundles_update b/utils/vim_bundles_update
new file mode 100755
index 0000000..eb502c6
--- /dev/null
+++ b/utils/vim_bundles_update
@@ -0,0 +1,12 @@
+#!/bin/sh
+set -e
+
+[ -d vim/bundle ] || (echo Run in root of myconfigs only! && exit 1)
+
+for dir in vim/bundle/*; do
+	pushd $dir
+	git checkout master
+	git pull
+	git submodule update --init --recursive
+	popd
+done
diff --git a/vim/bundle/YouCompleteMe b/vim/bundle/YouCompleteMe
index fbe53de..d02de4b 160000
--- a/vim/bundle/YouCompleteMe
+++ b/vim/bundle/YouCompleteMe
@@ -1 +1 @@
-Subproject commit fbe53de5a2fc7ca41602dbf7d23743f6bec8729f
+Subproject commit d02de4b399eec80f28142ce39481be585ef3627f
diff --git a/vim/bundle/lightline.vim b/vim/bundle/lightline.vim
index 9dc0aac..059888a 160000
--- a/vim/bundle/lightline.vim
+++ b/vim/bundle/lightline.vim
@@ -1 +1 @@
-Subproject commit 9dc0aac2b2e6c7b51541a22feaf0ea025e5f32c7
+Subproject commit 059888ab650fa192dd441e52bd9f41f08b247529
diff --git a/vim/bundle/syntastic b/vim/bundle/syntastic
index 734fde7..40ac6c4 160000
--- a/vim/bundle/syntastic
+++ b/vim/bundle/syntastic
@@ -1 +1 @@
-Subproject commit 734fde7f0b84ff3f670ab5772ed1b8b0c8c16770
+Subproject commit 40ac6c462e2f76cb76d8a0f295abc358abc198bb
diff --git a/vim/bundle/tagbar b/vim/bundle/tagbar
index 1287f63..53e9cb0 160000
--- a/vim/bundle/tagbar
+++ b/vim/bundle/tagbar
@@ -1 +1 @@
-Subproject commit 1287f63545a4dcb116382cbf3317307756bafcc8
+Subproject commit 53e9cb030e143b6286ed06255fef018265edd311
diff --git a/vim/bundle/vim-gitgutter b/vim/bundle/vim-gitgutter
index 1742a8f..7b81a8a 160000
--- a/vim/bundle/vim-gitgutter
+++ b/vim/bundle/vim-gitgutter
@@ -1 +1 @@
-Subproject commit 1742a8f568df549f4daeda90174b54d0c371501f
+Subproject commit 7b81a8a22607f073b76b106e2d5e63cc936b0d25
diff --git a/vim/bundle/vim-snipmate b/vim/bundle/vim-snipmate
index 3198619..2d70860 160000
--- a/vim/bundle/vim-snipmate
+++ b/vim/bundle/vim-snipmate
@@ -1 +1 @@
-Subproject commit 31986191ac9923afcd53bf6425c9b6c35fdbb214
+Subproject commit 2d70860ba49afc83cb5902acb99174e3cf08538d
diff --git a/vim/bundle/vim-snippets b/vim/bundle/vim-snippets
index c0d0652..e24d33f 160000
--- a/vim/bundle/vim-snippets
+++ b/vim/bundle/vim-snippets
@@ -1 +1 @@
-Subproject commit c0d0652e0d1d3884b0426ad92967795429a7eec0
+Subproject commit e24d33f96a95332dde0edaa7e7e3e7a64244de56
diff --git a/vim/bundle/vim-table-mode b/vim/bundle/vim-table-mode
index 441c30c..30a3eba 160000
--- a/vim/bundle/vim-table-mode
+++ b/vim/bundle/vim-table-mode
@@ -1 +1 @@
-Subproject commit 441c30c35aec9d5c2de1d58a77a7d22aa8d93b06
+Subproject commit 30a3eba81628fdd099adc6dfdec8aa627c4783f7
-- 
cgit v1.2.3