Skip to content

Commit ff58ef1

Browse files
committed
Fix: detect unlist buffer
1 parent cafedc4 commit ff58ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/togglelist.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ endif
1515

1616
function! s:GetBufferList()
1717
redir =>buflist
18-
silent! ls
18+
silent! ls!
1919
redir END
2020
return buflist
2121
endfunction

0 commit comments

Comments
 (0)