On Friday, September 20, 2013 1:37:15 PM UTC-5, Stevew wrote: > the -n flag actually turns off the swap file from what I read. I do want a > swap file if there is a crash or something I want to recover the file. >
Then you read it wrong. :help 'viminfo' gives you a list of flags that can go in the option. If the last thing in your 'viminfo' option is an 'n' character followed by a path to a file, Vim will use that file as the viminfo file. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
