Fix again

This commit is contained in:
2017-11-01 12:53:25 +01:00
parent 3458772221
commit 7177f14d27

View File

@@ -57,7 +57,7 @@ def install_vim(pdotfiles, force=False):
["git", "clone", "https://github.com/VundleVim/Vundle.vim.git", ["git", "clone", "https://github.com/VundleVim/Vundle.vim.git",
pvundle.as_posix()]) pvundle.as_posix()])
print("Install vim plugins") print("Install vim plugins")
check_call("vim -X -- +PluginInstall +qall".split()) check_call("vim -X +PluginInstall +qall".split())
def install_tmux(pdotfiles, force=False): def install_tmux(pdotfiles, force=False):