Hirohito Higashi wrote:
> Prepare for reproduce (on Linux)
> $ cat ~/.vimrc_test
> set nocompatible
> set history=5
>
> $ rm ~/.viminfo
>
> How to reproduce
> $ vim -u ~/.vimrc_test
> :echo 1
> :echo 2
> :echo 3
> :echo 4
> :echo 5
> <C-W>q
>
> $ vim -u ~/.vimrc_test
> :q
>
> Expect Result
> (~/.viminfo command history may get this.)
> :q
> :echo 5
> :echo 4
> :echo 3
> :echo 2
>
> Actual Result
> (~/.viminfo command history is wrong such below.)
> :echo 1 <--- ???
> :echo 5
> :echo 4
> :echo 3
> :echo 2
>
>
> I attached a patch.
> Please check.
Thanks, I'll check it out soon.
--
hundred-and-one symptoms of being an internet addict:
166. You have been on your computer soo long that you didn't realize
you had grandchildren.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" 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
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.