Sunday, April 12, 2015

dbext.vim bug: jumplist pollution caused by BufRead handler

dbext's BufRead handler (and maybe others) adds a spurious mark at
line 1 of each buffer. This is very annoying. Steps to reproduce:

:h h
:h a
<c-o>

The <c-o> step will go to the top of the file instead of the previous
":h h" location. Another <c-o> will then go to the ":h h" location.

Justin M. Keyes

--
--
You received this message from the "vim_use" 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_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment