From 4831a1241c6cd994ca94e1f2f034b58a278b29d8 Mon Sep 17 00:00:00 2001 From: Scott Olsen Date: Mon, 22 Oct 2018 15:04:09 -0400 Subject: [PATCH] Update the minlines section content; typos, grammar, etc. --- README.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index f7a2e5b..5b2e7ba 100644 --- a/README.markdown +++ b/README.markdown @@ -20,13 +20,13 @@ To disable markdown syntax concealing add the following to your vimrc: let g:markdown_syntax_conceal = 0 -Syntax highlight is synchronized in 50 lines. It may cause collapsed -highlighting at large fenced code block. -In the case, please set larger value in your vimrc: +Syntax highlight is synchronized in 50 lines. This may cause collapsed +highlighting on large fenced code blocks. +In that case, set `g:markdown_minlines` to a larger value in your vimrc: let g:markdown_minlines = 100 -Note that setting too large value may cause bad performance on highlighting. +**Note**: Setting `g:markdown_minlines` to a value that is too large value may cause poor highlighting performance. To enable folding, add the following to your vimrc: