You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vim_use
hi, i have Vim 7.2
In my _vimrc file i have
set backup
set backupext=bak
set backupdir=c:\vimbackups
set patchmode=.orig
the backup and patchmode works as expected. But the the patch file is
created in the same directory with the edited file unlike the backups.
I read in the todo list something like set patchmode=c:\vimbackups
\*.orig but doesn't work with an error. I want to save the original
file in c:\vimbackups. Any tips and tricks?
Thanks