How can I restore vim's classic behavior whereupon it saves the last edit mark? -


I `. I'm too accustomed to type when I open a file to start editing where I left the last left.

The default was on Win 7.3 which came with my new OS X 10.9 MacBook, this behavior does not work ... It says that E20: Icon is not set . Any ideas how capable is it? When I type:

 : set viminfo?   

I think viminfo is set up properly:

  viminfo = '100, & lt; [Update: My Windows file was changed to owned by root for some reason. Use Chmod to change the owner back to solve the problem himself.]   

I Ubuntu Machine set viminfo? The original output of was exactly like you.

  viminfo = '100, & lt; 50, s10, h   

By entering the following line in my .vimrc , I `. Using the set

  will be able to go to the pre-cursor location Viminfo = '10, \ "100 ,: 20,%, n ~ / .viminfo    Update : OP has already resolved its problem, Which was related to permission on  .imimfo , but I am leaving this reply, if it helps those future people who have no special issue.   

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -