summaryrefslogtreecommitdiff
path: root/plugin/hackernews.vim
diff options
context:
space:
mode:
authorryanss2015-08-27 23:59:00 -0400
committerryanss2015-08-28 23:59:00 -0400
commitb3a25f78abc1455e7eebef00d212ff3ace798b1e (patch)
tree08a790e7ed955e93d0df5b02a113d6ba01b65312 /plugin/hackernews.vim
parent0224a7839e4e47d4de1fe07514e19b16c0858d27 (diff)
downloadvim-hn-b3a25f78abc1455e7eebef00d212ff3ace798b1e.tar.gz
Prevent syntax issues in long threads with code blocks
Example comments [10114881]
Diffstat (limited to 'plugin/hackernews.vim')
-rw-r--r--plugin/hackernews.vim3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugin/hackernews.vim b/plugin/hackernews.vim
index c4e060b..bbe8200 100644
--- a/plugin/hackernews.vim
+++ b/plugin/hackernews.vim
@@ -14,9 +14,6 @@ filetype plugin on
" Load ftplugin when opening .hackernews buffer
au! BufRead,BufNewFile *.hackernews set filetype=hackernews
-" Prevent syntax highlighting issues in long comment threads with code blocks
-au! BufEnter *.hackernews syntax sync fromstart
-
" Set required defaults
if !exists("g:hackernews_stories")