[Bug 673680] Re: vim hangs loading 100%

2010-12-01 Thread James Vega
Vim will remember the cursor position as long as ~/.viminfo is writable by your user. The ' setting in your 'viminfo' option is limiting Vim to only remember marks for the last 10 files, though. -- vim hangs loading 100% https://bugs.launchpad.net/bugs/673680 You received this bug notification

Re: [Bug 673680] Re: vim hangs loading 100%

2010-11-12 Thread marbertone
perhaps you're right. The script I added is the following: " Tell vim to remember certain things when we exit " '10 : marks will be remembered for up to 10 previously edited files " "100 : will save up to 100 lines for each register " :20 : up to 20 lines of command-line history will be remembered

[Bug 673680] Re: vim hangs loading 100%

2010-11-12 Thread James Vega
If you could confirm whether this happens when starting Vim in the following ways, that should help narrow down whether this is a bug in Vim or some script that is loaded. 1) vim -u NONE -N testfile 2) vim -u NORC -N testfile 3) vim --noplugin -N testfile 4) vim -u /etc/vim/vimrc -N testfile Also

[Bug 673680] Re: vim hangs loading 100%

2010-11-10 Thread marbertone
-- vim hangs loading 100% https://bugs.launchpad.net/bugs/673680 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs