diff options
| author | ryanss | 2015-08-27 23:59:00 -0400 |
|---|---|---|
| committer | ryanss | 2015-08-28 23:59:00 -0400 |
| commit | b3a25f78abc1455e7eebef00d212ff3ace798b1e (patch) | |
| tree | 08a790e7ed955e93d0df5b02a113d6ba01b65312 /plugin/hackernews.vim | |
| parent | 0224a7839e4e47d4de1fe07514e19b16c0858d27 (diff) | |
| download | vim-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.vim | 3 |
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") |
