diff --git a/autoload/vimtex/view/sioyek.vim b/autoload/vimtex/view/sioyek.vim index 9d9d9540d4..a0ab1c6f39 100644 --- a/autoload/vimtex/view/sioyek.vim +++ b/autoload/vimtex/view/sioyek.vim @@ -38,6 +38,7 @@ function! s:viewer._start(outfile) dict abort " {{{1 \ . ' -c \"VimtexInverseSearch %2 ''%1''\""' \ . ' --forward-search-file ' . vimtex#util#shellescape(expand('%:p')) \ . ' --forward-search-line ' . line('.') + \ . ' --forward-search-column ' . col('.') \ . ' ' . vimtex#util#shellescape(l:file) " Start the view process