Escape spaces in path (resolves #196)
This commit is contained in:
parent
e59f2ec885
commit
a5531c7632
@ -257,7 +257,7 @@ function! s:mupdf.reverse_search() dict " {{{2
|
|||||||
let self.line = system(self.cmd_getline)
|
let self.line = system(self.cmd_getline)
|
||||||
|
|
||||||
" Go to file and line
|
" Go to file and line
|
||||||
silent exec 'edit ' . self.file
|
silent exec 'edit ' . vimtex#util#fnameescape(self.file)
|
||||||
if self.line > 0
|
if self.line > 0
|
||||||
silent exec ':' . self.line
|
silent exec ':' . self.line
|
||||||
" Unfold, move to top line to correspond to top pdf line, and go to end of
|
" Unfold, move to top line to correspond to top pdf line, and go to end of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user