Montu wrote:
> I think this is a known bug that wasn't caught on the regression
> tests, as mentioned in
> http://stackoverflow.com/questions/18662065/cant-reset-global-mark-in-vim
>
> This is how to reproduce it:
>
> $ mv .viminfo{,.old}
> $ vim -N -u NONE -U NONE
> :h
> mA
> :marks
> -> mark A present
> :qall
> $ vim -N -u NONE -U NONE
> :marks
> -> mark A present
> :delmark A
> :marks
> -> mark A gone
> :wviminfo
> :marks
> -> mark A present
> :delmark A
> :marks
> -> mark A gone
> :wviminfo!
> :marks
> -> mark A gone
>
> This occurs in Vim 7.4 with included patches: 1-347.
So, what is the problem? Check the help for :wviminfo for what it's
expected to do, it's not obvious.
--
BLACK KNIGHT: Come on you pansy!
[hah] [parry thrust]
[ARTHUR chops the BLACK KNIGHT's right arm off]
ARTHUR: Victory is mine! [kneeling]
We thank thee Lord, that in thy merc-
[Black Knight kicks Arthur in the head while he is praying]
The Quest for the Holy Grail (Monty Python)
/// 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/d/optout.