From: Hiroshi Shirosaki Date: Mon, 18 Jan 2016 09:00:26 +0000 (+0900) Subject: Fix wrong comment X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/2311f984f121f3f7b5b3d60394a2de2376831612?ds=inline Fix wrong comment --- 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