From e32628f722ce1866330a03529f2411612a3e971b Mon Sep 17 00:00:00 2001 From: JingMatrix Date: Sun, 12 Jun 2022 11:48:05 +0200 Subject: [PATCH] sioyek forward-search column number --- autoload/vimtex/view/sioyek.vim | 1 + 1 file changed, 1 insertion(+) 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