Hello, Please put two files file1 and file2 in the same directory.
Suppress the ~/(.,_)viminfo file. Type vim test1 (file1 opens at line 1) Type :e . (The file browser opens at line 8) Type :q Type vim file2 (file2 opens at line 1) When going back to preceeding jumps with Ctrl-0, we should go to file browser, then to file1 and stop there. Type Ctrl-O (we go to File browser but at the wrong line) Type Ctrl-O twice (we go to file1, we should stop there)) Type Ctrl-O (we go to File browser again !) Type Ctrl-O twice (we finally get an error message E19 : Mark has invalid line number) Best regards Jean Johner -- You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php
