Fix minor error in quickfix-fix-path
This commit is contained in:
parent
cec3c95587
commit
c0a2b4f22a
@ -50,7 +50,7 @@ function! vimtex#latexmk#init_script() " {{{1
|
||||
if g:vimtex_quickfix_fix_paths
|
||||
augroup vimtex_latexmk_fix_dirs
|
||||
au!
|
||||
au QuickFixCmdPost c*file call s:fix_quickfix_paths()
|
||||
au QuickFixCmdPre c*file call s:fix_quickfix_paths()
|
||||
augroup END
|
||||
endif
|
||||
endfunction
|
||||
|
Loading…
Reference in New Issue
Block a user