Browse Source

delete [bufexplorer] appeared in jumplist

gfgkmn 6 years ago
parent
commit
f1969a22fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugin/bufexplorer.vim

+ 1 - 1
plugin/bufexplorer.vim

@@ -919,7 +919,7 @@ function! s:SelectBuffer(...)
             endif
 
             " Switch to the selected buffer.
-            execute "keepalt silent b!" _bufNbr
+            execute "keepjumps keepalt silent b!" _bufNbr
         endif
 
         " Make the buffer 'listed' again.