summaryrefslogtreecommitdiff
path: root/plugin/hackernews.vim
diff options
context:
space:
mode:
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")