make-github-pseudonymous-again/dotfiles

.vimrc errors

jeromecovington opened this issue · 1 comments

.vimrc with these Vundle plugin settings seems good except for one thing: whenever I edit a file I get an error similar to the following:

E303: Unable to open swap file for "test.txt", recovery impossible
"test.txt" [New File]
Press ENTER or type command to continue

I verified that my file system is as normal, and I don't get swap or temp file errors anywhere else. (I'm on Ubuntu 15.10.)

NM. This is all that was needed.

~> mkdir .vim/backups
~> mkdir .vim/swaps
~> mkdir .vim/undo