Fixed #581: Set quickfix title
This commit is contained in:
parent
a4369b17f5
commit
86eac00906
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user