Procházet zdrojové kódy

Added vim-misc to submodules to support vim-easytags.

bsofdth před 12 roky
rodič
revize
26d201b292

+ 4 - 0
.gitmodules

@@ -70,3 +70,7 @@
   path = vim/bundle/vim-surround
   url = https://github.com/tpope/vim-surround.git
   ignore = dirty
+[submodule "vim/bundle/vim-misc"]
+	path = vim/bundle/vim-misc
+	url = https://github.com/xolox/vim-misc.git
+  ignore = dirty

+ 20 - 20
install

@@ -3,20 +3,20 @@
 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
 
 for i in $(ls "$DIR"); do
-    if [ "$i" != "install" ] && [ "$i" != "UpdateVimPlugins" ] && [ "$i" != "README.md" ]; then 
-        if [ -e "$HOME/.$i" ]; then
-            read -p "$HOME/.$i exists! Delete? [y/N] " -n 1 -r
-            if [[ $REPLY =~ ^[Yy]$ ]]; then
-                #probably would be better to explicitly check
-                #if directory before -r and -n
-                rm -rf "$HOME/.$i"
-                ln -sn "$DIR/$i" "$HOME/.$i"
-            fi
-            echo ""
-        else
-            ln -sn "$DIR/$i" "$HOME/.$i"
-        fi
+  if [ "$i" != "install" ] && [ "$i" != "UpdateVimPlugins" ] && [ "$i" != "README.md" ]; then
+    if [ -e "$HOME/.$i" ]; then
+      read -p "$HOME/.$i exists! Delete? [y/N] " -n 1 -r
+      if [[ $REPLY =~ ^[Yy]$ ]]; then
+        #probably would be better to explicitly check
+        #if directory before -r and -n
+        rm -rf "$HOME/.$i"
+        ln -sn "$DIR/$i" "$HOME/.$i"
+      fi
+      echo ""
+    else
+      ln -sn "$DIR/$i" "$HOME/.$i"
     fi
+  fi
 done
 
 git submodule update --init --recursive
@@ -34,12 +34,12 @@ cd "$DIR"/vim/bundle/YouCompleteMe
 
 read -p "Auto install exuberant-ctags? [y/N] " -n 1 -r
 if [[ $REPLY =~ ^[Yy]$ ]]; then
-    echo ""
-    git clone git://github.com/jakedouglas/exuberant-ctags.git "$HOME"/exuberant-ctags
-    cd "$HOME"/exuberant-ctags
-    ./configure
-    make
-    sudo make install
-    rm -rf "$HOME"/exuberant-ctags
+  echo ""
+  git clone git://github.com/jakedouglas/exuberant-ctags.git "$HOME"/exuberant-ctags
+  cd "$HOME"/exuberant-ctags
+  ./configure
+  make
+  sudo make install
+  rm -rf "$HOME"/exuberant-ctags
 fi
 echo ""

+ 1 - 1
vim/bundle/YouCompleteMe

@@ -1 +1 @@
-Subproject commit ba6b40e48545955b4143d42b82f2487df05edd22
+Subproject commit c2446e43460b483ae515a52036cef0d80a2dbfbc

+ 1 - 1
vim/bundle/ctrlp.vim

@@ -1 +1 @@
-Subproject commit c1646e3c28d75bcc834af4836f4c6e12296ba891
+Subproject commit daf0c01bd850dbd7337c469251c13b0bc779c762

+ 1 - 1
vim/bundle/delimitMate

@@ -1 +1 @@
-Subproject commit 32f5d8df07c80fb92a4ccf113299c6c803291916
+Subproject commit 543be33b13756eabc02cd91ef141c1d3fb216446

+ 1 - 1
vim/bundle/nerdtree

@@ -1 +1 @@
-Subproject commit 40d05ace57fb51cc2c2b2e9eb81c4832ed291630
+Subproject commit b0bb781fc73ef40365e4c996a16f04368d64fc9d

+ 1 - 1
vim/bundle/syntastic

@@ -1 +1 @@
-Subproject commit 3e463db48ecdf8fdddb0da7003dd0badfb341739
+Subproject commit 03429e69b6158bcae5f8bf5e8de52703c26c6b49

+ 1 - 1
vim/bundle/vim-easytags

@@ -1 +1 @@
-Subproject commit 44b04871f812418ac0fe7b38e59222de118d07cb
+Subproject commit fddbe787be8a82b4e6258ab6776d445fafeeba18

+ 1 - 1
vim/bundle/vim-fanfingtastic

@@ -1 +1 @@
-Subproject commit a41a3da11dfbf9e668eec6616e5464c2887f7071
+Subproject commit e5f546ec3ec8b8c356e6e9d3091101400f0ea3b7

+ 1 - 1
vim/bundle/vim-fugitive

@@ -1 +1 @@
-Subproject commit 0103538d7a8e03c061c031e33459aeaa4cf040ab
+Subproject commit 124550cfee33a1bb9a227e78ccc709317a89dae9

+ 1 - 0
vim/bundle/vim-misc

@@ -0,0 +1 @@
+Subproject commit 8551f2b9dec7fd17dd5c3476d7869957185d692d

+ 1 - 1
vim/bundle/vim-sensible

@@ -1 +1 @@
-Subproject commit 3d88620d61aff9a6dbcf3e3337de179e880bed00
+Subproject commit fee5928dc8650ed1ac0fccb160e4d89e4045bdc2

+ 1 - 1
vim/pathogen

@@ -1 +1 @@
-Subproject commit a517eed9875fb7cb35267d1ed098f10eeaf1f877
+Subproject commit 1270dceb1fe0ca35f8b292c7b41b45b42c5a0cc1