On Oct 11, 2009, at 8:26 PM, Brett Stahlman wrote:
> Try this:
> let &viminfo = '%,"4,''4,/' . &history . ',:' . &history . ',h,f0'

Thank you, I now understand.
I made changes and it works.
(Best read with monospaced font)

set history=111 "command-line history restored
let &viminfo='%,h,"4,''4,f0,/99,:' . &history
"             | | |   |  |  |   +command-line history saved
"             | | |   |  |  +search history saved
"             | | |   |  +marks 0-9,A-Z 0=NOT saved
"             | | |   +files saved for marks
"             | | +lines saved each register (old name for <, vi6.2)
"             | +disable 'hlsearch' loading viminfo
"             +save/restore buffer list

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to