Skip to content

Commit

Permalink
win32 - add CursorHoldI in au group for slow rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
gypark committed Feb 21, 2016
1 parent 52d6a4d commit 0c90aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion after/ftplugin/markdown/instant-markdown.vim
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ if g:instant_markdown_autostart
au! * <buffer>
au BufEnter <buffer> call s:refreshView()
if g:instant_markdown_slow
au CursorHold,BufWrite,InsertLeave <buffer> call s:temperedRefresh()
au CursorHold,CursorHoldI,BufWrite,InsertLeave <buffer> call s:temperedRefresh()
else
au CursorHold,CursorHoldI,CursorMoved,CursorMovedI <buffer> call s:temperedRefresh()
endif
Expand Down

0 comments on commit 0c90aa3

Please sign in to comment.