exclude quickfix from tabline. resolves #244.

This commit is contained in:
Bailey Ling 2013-09-10 19:23:29 +00:00
parent aabb85ddc2
commit 80afce1eb1
1 changed files with 3 additions and 0 deletions

View File

@ -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