Skip to content

Commit

Permalink
Merge pull request #102 from Konfekt/master
Browse files Browse the repository at this point in the history
use v:progname instead of progpath because exists for all Vim version > 6
  • Loading branch information
lervag committed Jan 21, 2015
2 parents 7b9c3b8 + 4eaa5a2 commit e4082bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/latex/latexmk.vim
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ function! s:latexmk_set_cmd(data) " {{{1
if g:latex_latexmk_continuous
let cmd .= ' -pvc'
if g:latex_latexmk_callback && has('clientserver')
let callback = v:progpath
let callback = v:progname
let callback .= ' --servername ' . v:servername
let callback .= ' --remote-expr \"latex\#latexmk\#errors(0)\"'
if has('win32')
Expand Down

0 comments on commit e4082bf

Please sign in to comment.