Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugin/bufkill.vim
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ function! <SID>GotoBuffer(cmd, bang) "{{{1
" Ctrl-^, in order to swap to the previous column of the alternate
" file, which does not happen with regular Ctrl-^.

if (a:cmd=='bw' || a:cmd=='bd')
if (a:cmd=='bw' || a:cmd=='bd' || a:cmd=='bun')
let w:BufKillLastCmd = a:cmd . a:bang
" Handle the 'auto' setting for
" g:BufKillFunctionSelectingValidBuffersToDisplay
Expand Down