diff --git a/autoload/mpsync.vim b/autoload/mpsync.vim index 23e2310..5a34df2 100644 --- a/autoload/mpsync.vim +++ b/autoload/mpsync.vim @@ -70,6 +70,11 @@ function! s:open() execute "silent !\"" . g:markdown_preview_sync_firefox_path . "\" http://127.0.0.1:" . g:markdown_preview_sync_port . "/index" endif endif + +python <