This is not a duplicate of:
- Vim error E510: Can't make backup file (add ! to override), there are no spaces before or after my equal signs
- Cannot create backup file(add ! to overwrite)
My .vimrc
in Windows is located at C:\Proram Files (x86)\Vim\_vimrc
.
I've added:
set undodir="C:/Program Files (x86)/Vim/undo//"
set backupdir="C:/Program Files (x86)/Vim/backup//"
set directory="C:/Program Files (x86)/Vim/swp//"
I have:
- Created the directories in question
- Ensured that my user has write permissions for the directory and every file in said directory
- Tried different formats for the directory, including using
/
instead of\
, omitting//
at the end of the directory, and escaping the spaces inProgram Files (x86)
Despite all of this I still receive an E510 error upon saving. Can anyone help out? Doing things on Windows is so amazingly frustrating. :l