From b3a25f78abc1455e7eebef00d212ff3ace798b1e Mon Sep 17 00:00:00 2001 From: ryanss Date: Thu, 27 Aug 2015 23:59:00 -0400 Subject: Prevent syntax issues in long threads with code blocks Example comments [10114881] --- plugin/hackernews.vim | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugin/hackernews.vim') 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") -- cgit v1.2.3