From e8454d66ab8376cf9c7e42f09749d5bd17d98f89 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 31 Dec 2019 14:23:47 +0100 Subject: Fix performance issue with markdown highlighting --- ftdetect/polyglot.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftdetect') diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index cd389fdd..c42c5852 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -816,7 +816,7 @@ endif if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'markdown') == -1 augroup filetypedetect - " markdown, from markdown.vim in plasticboy/vim-markdown + " markdown, from markdown.vim in plasticboy/vim-markdown:_NOAFTER if !has('patch-7.4.480') " Before this patch, vim used modula2 for .md. au! filetypedetect BufRead,BufNewFile *.md -- cgit v1.2.3