Sfoglia il codice sorgente

Add a fish function to update vim plugins

Need Vundle to be installed to work.
DricomDragon 5 anni fa
parent
commit
bb4b7d8335
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      Install/Templates/fish/functions/updatevim.fish

+ 4 - 0
Install/Templates/fish/functions/updatevim.fish

@@ -0,0 +1,4 @@
+function updatevim
+    set -lx SHELL (which sh)
+    vim +BundleInstall! +BundleClean +qall
+end