Hello, Please: Use vimrc_example.vim as .vimrc 1) Type: vim -y file1 Put the cursor at line 10, column 15 Quit Reopen by vim -y file1 Result: the cursor is at line 10, column 15 2) Type: evim file1 Put the cursor at line 10, column 15 Quit Reopen by evim file1 Result: the cursor is at line 1, column 1.
It then appears that "vim -y" and "evim" are not synonymous (contrary to what is said in :help evim). Best regards Jean -- 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 To unsubscribe from this group, send email to vim_use+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
