Skip to content

Commit

Permalink
Merge pull request #106 from QMonkey/master
Browse files Browse the repository at this point in the history
Remove redundant bracket.
  • Loading branch information
suan committed Nov 5, 2016
2 parents 24960b3 + 5bd6fb1 commit 5f592bd
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 @@ -154,7 +154,7 @@ fu! s:temperedRefresh()
endfu

fu! s:previewMarkdown()
call s:startDaemon(getline(1, '$')))
call s:startDaemon(getline(1, '$'))
aug instant-markdown
if g:instant_markdown_slow
au CursorHold,BufWrite,InsertLeave <buffer> call s:temperedRefresh()
Expand Down

0 comments on commit 5f592bd

Please sign in to comment.