Hi,
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.
--
--
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.