Vim E474: Invalid argument: backupcopy =

I get this error when I reopen the given file. It gives the line number in that file, but that's different text that is on that line. Therefore, I cannot set the specific line or text that is causing this error.

My vimrc: http://pastebin.com/6YPVwePV

+3


source to share


1 answer


This was a bug in some versions of vim that was fixed in 7.4.462. See: https://groups.google.com/forum/#!msg/vim_dev/3u0PKRJrSjU/48W88Q6mLJ4J



and the thread that leads to this patch: https://groups.google.com/forum/#!msg/vim_dev/x3t4oemwkXc/9HyfuEy7LV4J

+2


source







All Articles