From: Hiroshi Shirosaki Date: Thu, 21 Jan 2016 09:04:42 +0000 (+0900) Subject: Reduce unnecessary call `matchend()` X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/06820bf116da25bf9fc44f7091c3e9bcc5e972b1?ds=sidebyside;hp=06820bf116da25bf9fc44f7091c3e9bcc5e972b1 Reduce unnecessary call `matchend()` Do not call `matchend()` if `s:vim_markdown_folding_level == 1`. ---