If you add capital letter mark, then delete it, it will reappear the next time you restart Vim.
Steps to reproduce: 1) Open a file and add a mark "mA" 2) Exit Vim 3) Restart Vim and delete the mark using ":delmarks A" 4) Confirm that mark has been deleted via ":marks" command 5) Exit Vim 6) Restart Vim and run ":marks" command, and you see that the deleted mark has reappeared Note: If you change a mark to a different file, it gets correctly persisted across Vim sessions, as you'd expect. Only deleting a mark doesnt work. Platform: Windows 7 x64 Vim 7.3.46 (stock build) -- -- 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.
