diff --git a/autoload/vimtex/view.vim b/autoload/vimtex/view.vim index dec3fba..f978b67 100644 --- a/autoload/vimtex/view.vim +++ b/autoload/vimtex/view.vim @@ -257,7 +257,7 @@ function! s:mupdf.reverse_search() dict " {{{2 let self.line = system(self.cmd_getline) " Go to file and line - silent exec 'edit ' . self.file + silent exec 'edit ' . vimtex#util#fnameescape(self.file) if self.line > 0 silent exec ':' . self.line " Unfold, move to top line to correspond to top pdf line, and go to end of