Added mkdir to get vim undofiles working correctly
Seems vim won't create the directory, expects it to be there (weak sauce!)
This commit is contained in:
parent
2cfff2313b
commit
2b1b7ab64c
1 changed files with 3 additions and 0 deletions
3
setup
3
setup
|
@ -125,6 +125,9 @@ then
|
|||
rm ~/.vimrc
|
||||
fi
|
||||
|
||||
# Gets our undofiles working
|
||||
[ -d ~/.vim/undofiles ] || mkdir ~/.vim/undofiles
|
||||
|
||||
ln -s $DOTFILES/vim/vimrc ~/.vimrc
|
||||
|
||||
# Gets our Vundle on!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue