exclude quickfix from tabline. resolves #244.
This commit is contained in:
parent
aabb85ddc2
commit
80afce1eb1
|
@ -93,6 +93,9 @@ function! s:get_buffer_list()
|
|||
continue
|
||||
endif
|
||||
endfor
|
||||
if getbufvar(nr, 'current_syntax') == 'qf'
|
||||
continue
|
||||
endif
|
||||
call add(buffers, nr)
|
||||
endif
|
||||
endfor
|
||||
|
|
Loading…
Reference in New Issue