From 86eac00906e85774c3664db7607a76f1e2af498c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Yngve=20Lerv=C3=A5g?= Date: Sat, 1 Oct 2016 09:36:26 +0200 Subject: [PATCH] Fixed #581: Set quickfix title --- autoload/vimtex/latexmk.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autoload/vimtex/latexmk.vim b/autoload/vimtex/latexmk.vim index 3acc311..939d192 100644 --- a/autoload/vimtex/latexmk.vim +++ b/autoload/vimtex/latexmk.vim @@ -769,6 +769,9 @@ function! s:fix_quickfix_paths() " {{{1 " Ensure this is only applied when necessary if !exists('s:qf_main') | return | endif + " Set quickfix title + let w:quickfix_title = 'Vimtex errors' + let l:qflist = getqflist() for l:qf in l:qflist " For errors and warnings that don't supply a file, the basename of the