Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit 97388dc

Browse files
jimgreen2013iamcco
authored andcommitted
修复linux下无法预览的bug (#88)
1 parent f929346 commit 97388dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎plugin/mkdp.vim‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function! MKDP_browserfunc_default(url)
8080
call timer_start(get(g:, 'mkdp_delay_start_browser', 200), function('s:start_cmd'))
8181
else
8282
" if async is not supported, use `system` command
83-
call system(l:cmd)
83+
call system(s:start_cmd_value)
8484
endif
8585
endfunction
8686
if !exists('g:mkdp_browserfunc')

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /