This repository was archived by the owner on Feb 6, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11" ===============================================================================
22" File: autoload/mkdp.vim
33" Description: markdown preview
4- " Last Change: 2015-09-20
4+ " Last Change: 2016-02-05
55" Maintainer: iamcco <ooiss@qq.com>
66" Github: http://github.com/iamcco <年糕小豆汤>
77" Licence: Vim Licence
8- " Version: 0.0.1
8+ " Version: 0.2.0
99" ===============================================================================
1010
1111if ! exists (' g:mkdp_py_version' )
@@ -119,7 +119,7 @@ fun! s:browserStart() abort "function for opening the browser
119119 if s: mkdp_is_windows ()
120120 exec " silent !start " . g: mkdp_path_to_chrome . " http://127.0.0.1:" . g: mkdp_port . " /markdown/" . g: mkdp_prefix . bufnr (' %' ) . ' ?' . g: mkdp_cwd
121121 else
122- call system (g: mkdp_path_to_chrome . " http://127.0.0.1:" . g: mkdp_port . " /markdown/" . g: mkdp_prefix . bufnr (' %' ) . ' ?' . g: mkdp_cwd) . " &>/dev/null &" )
122+ call system (g: mkdp_path_to_chrome . " http://127.0.0.1:" . g: mkdp_port . " /markdown/" . g: mkdp_prefix . bufnr (' %' ) . ' ?' . g: mkdp_cwd . " &>/dev/null &" )
123123 endif
124124endfun
125125
You can’t perform that action at this time.
0 commit comments