Parcourir la source

delete [bufexplorer] appeared in jumplist

gfgkmn il y a 6 ans
Parent
commit
f1969a22fe
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.