Matt Wozniski 写道: > On Tue, Feb 3, 2009 at 1:14 AM, pansz wrote: >> Vim can save/restore buffer list in viminfo . >> However, this only works when vim started without a filename as cmdline >> parameter. >> Since I almost always start vim with a different filename, I cannot get >> the saved buffer list at all. >> Is there anyway to restore the buffer list when I start vim with a file >> name? > As of 7.2.031, v:oldfiles
v:oldfiles saves a file list different from the last saved buffer. If I start vim without a filename, I can see :ls and compared to :echo v:oldfiles, which are different. How can I show v:oldfiles in the buffer list? --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
