mirror of
https://github.com/preservim/nerdtree.git
synced 2024-11-25 17:57:24 +08:00
silence an ls!
call
This commit is contained in:
parent
bbb819d696
commit
2f8a72144f
|
@ -201,7 +201,7 @@ endfunction
|
|||
"FUNCTION: s:Creator._isBufHidden(nr) {{{1
|
||||
function! s:Creator._isBufHidden(nr)
|
||||
redir => bufs
|
||||
ls!
|
||||
silent ls!
|
||||
redir END
|
||||
|
||||
return bufs =~ a:nr . '..h'
|
||||
|
|
Loading…
Reference in New Issue
Block a user