Fixed #581: Set quickfix title

This commit is contained in:
Karl Yngve Lervåg 2016-10-01 09:36:26 +02:00
parent a4369b17f5
commit 86eac00906

View File

@ -769,6 +769,9 @@ function! s:fix_quickfix_paths() " {{{1
" Ensure this is only applied when necessary " Ensure this is only applied when necessary
if !exists('s:qf_main') | return | endif if !exists('s:qf_main') | return | endif
" Set quickfix title
let w:quickfix_title = 'Vimtex errors'
let l:qflist = getqflist() let l:qflist = getqflist()
for l:qf in l:qflist for l:qf in l:qflist
" For errors and warnings that don't supply a file, the basename of the " For errors and warnings that don't supply a file, the basename of the