Skip to content

Commit

Permalink
Fix typos: Cannot run script with g:mkdpreview_python_path (on not wi…
Browse files Browse the repository at this point in the history
…ndows)
  • Loading branch information
anekos committed Mar 10, 2012
1 parent 6c28120 commit 87ee2ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin/mkdpreview.vim
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ function! s:mkdpreview(bang)
else
if exists('g:mkdpreview_python_path')
call system(printf("%s %s & 2>&1 /dev/null",
\ shellescape(s:mkdpreview_python_path),
\ shellescape(s:pyscript))
else
\ shellescape(g:mkdpreview_python_path),
\ shellescape(s:pyscript)))
else
call system(printf("%s & 2>&1 /dev/null", shellescape(s:pyscript)))
endif
endif
Expand Down

0 comments on commit 87ee2ff

Please sign in to comment.