[Buffers] Ignore quickfix Windows (#249)
This commit is contained in:
parent
dc9364c137
commit
3fbcfdb9ea
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ for s:color_name in keys(s:ansi)
|
|||
endfor
|
||||
|
||||
function! s:buflisted()
|
||||
return filter(range(1, bufnr('$')), 'buflisted(v:val)')
|
||||
return filter(range(1, bufnr('$')), 'buflisted(v:val) && getbufvar(v:val, "&filetype") != "qf"')
|
||||
endfunction
|
||||
|
||||
function! s:defaults()
|
||||
|
|
Loading…
Add table
Reference in a new issue