Minor bug fix

This commit is contained in:
Karl Yngve Lervåg 2015-04-26 09:49:57 +02:00
parent 704baf8652
commit 07496f18c0

View File

@ -130,7 +130,7 @@ function! s:mupdf.start(outfile) dict " {{{2
call self.xwin_get_id()
call self.xwin_send_keys(g:vimtex_view_mupdf_send_keys)
call self.forward_search()
call self.forward_search(a:outfile)
endfunction
" }}}2
@ -337,7 +337,7 @@ function! s:zathura.start(outfile) dict " {{{2
let self.cmd_start = exe.cmd
call self.xwin_get_id()
call self.forward_search()
call self.forward_search(a:outfile)
endfunction
" }}}2