On Mar 16, 8:24 am, Charles Campbell <[email protected]> wrote: > > There's one .viminfo file. Closing instance#1 causes it to save to the > .viminfo; closing instance#2 causes the overwriting of the .viminfo > file with instance#2's state. > > Solutions: > > 1. use sessions (see :help Session) > 2. use the "n" option for viminfo and specify different viminfo files. > Read the help for viminfo . >
You can also sync your two Vim instances to some extent using the :wviminfo and :rviminfo commands, but you will loose at least some data this way as well. See the :help for each of these commands for details. -- 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
