We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85cb04f commit 7d16d56Copy full SHA for 7d16d56
autoload/vimtex/view/zathura.vim
@@ -50,7 +50,7 @@ function! vimtex#view#zathura#cmdline(outfile, synctex, start) abort " {{{1
50
let l:cmd .= printf(
51
\ ' --synctex-forward %d:%d:%s',
52
\ line('.'), col('.'),
53
- \ vimtex#util#shellescape(expand('%:p')))
+ \ shellescape(expand('%:p')))
54
endif
55
56
return l:cmd . ' '
0 commit comments