Fail to set a new location of _viminfo on Windows
Posted
by
Elderry
on Super User
See other posts from Super User
or by Elderry
Published on 2013-11-05T09:49:01Z
Indexed on
2013/11/05
9:58 UTC
Read the original article
Hit count: 171
I am trying to move _viminfo out of my home folder to make it simpler. So I added this to my _vimrc:
set viminfo+=n~\\AppBackup\\Vim\\_viminfo
However it's useless, Vim still create _viminfo in my home folder. Then I manually input the command above. This time it works fine, so I am sure the command itself is valid. How should I solve this problem for now?
To be more specific, I am using GVim 7.4 on Windows 8.1.
© Super User or respective owner