From 2311f984f121f3f7b5b3d60394a2de2376831612 Mon Sep 17 00:00:00 2001 From: Hiroshi Shirosaki Date: Mon, 18 Jan 2016 18:00:26 +0900 Subject: [PATCH] Fix wrong comment --- after/ftplugin/markdown.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/after/ftplugin/markdown.vim b/after/ftplugin/markdown.vim index 0010d53..5c51126 100644 --- a/after/ftplugin/markdown.vim +++ b/after/ftplugin/markdown.vim @@ -137,7 +137,7 @@ else " current line starts with hashes return '>'.matchend(l0, '^#\+') else - " fold here because of setext headers + " keep previous foldlevel return '=' endif endfunction -- 2.39.2