Hi!
I am sure this is covered someplace but I am missing it..... All help is
greatly appreciated! This is VIM 7.0g.
1. How do I get VIM to automagically create the directory (if it does not
exist) that I want backup files placed in?
ie. ".\backup.d".
2. How do I set VIM to not append a backup extension? In other words how do
I do: "set backupext=". I have tried
set backupext=, set backupext="", set backupext=''. I do not want
anything appended to the file name since I
am storing it in separate directory.
3. If the full path is specified a single directory could be used to hold
all the backup files? For example:
c:\temp\vim_backups.d.
Thanks!
Dave Venus