Mercurial > vim
comparison .hgtags @ 35622:814fcbca4d8d v9.1.0554
patch 9.1.0554: :bw leaves jumplist and tagstack data around
Commit: https://github.com/vim/vim/commit/4ff3a9b1e3ba45f9dbd0ea8c721f27d9315c4d93
Author: LemonBoy <thatlemon@gmail.com>
Date: Tue Jul 9 20:03:24 2024 +0200
patch 9.1.0554: :bw leaves jumplist and tagstack data around
Problem: :bw leaves jumplist and tagstack data around
(Paul "Joey" Clark)
Solution: Wipe jumplist and tagstack references to the wiped buffer
(LemonBoy)
As documented the :bwipeout command brutally deletes all the references
to the buffer, so let's make it delete all the entries in the jump list
and tag stack referring to the wiped-out buffer.
fixes: #8201
closes: #15185
Signed-off-by: LemonBoy <thatlemon@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 09 Jul 2024 20:15:03 +0200 |
parents | aece1f56c24a |
children | c037664384d0 |
comparison
equal
deleted
inserted
replaced
35621:aece1f56c24a | 35622:814fcbca4d8d |
---|