Skip to content

Commit 2625bec

Browse files
committed
configurable
1 parent 194f669 commit 2625bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/vim-markdown-preview.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ function! Vim_Markdown_Preview_Local()
159159
endif
160160

161161
if g:vim_markdown_preview_temp_file == 1
162-
sleep
162+
exec 'sleep ' . g:vim_markdown_preview_sleep
163163
call system('rm vim-markdown-preview.html')
164164
endif
165165
endfunction

0 commit comments

Comments
 (0)