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
|
continue
|
||||||
endif
|
endif
|
||||||
endfor
|
endfor
|
||||||
|
if getbufvar(nr, 'current_syntax') == 'qf'
|
||||||
|
continue
|
||||||
|
endif
|
||||||
call add(buffers, nr)
|
call add(buffers, nr)
|
||||||
endif
|
endif
|
||||||
endfor
|
endfor
|
||||||
|
|
Loading…
Reference in New Issue