From: Hiroshi Shirosaki Date: Fri, 2 May 2014 01:39:33 +0000 (+0900) Subject: Fix errors of function name with Patch 7.4.260 X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/b2c8143cd2f575012f16e60bba020e311e86097f?hp=b2c8143cd2f575012f16e60bba020e311e86097f Fix errors of function name with Patch 7.4.260 The following error occurs with Vim 7.4.260. E128: Function name must start with a capital or "s:" Rename function names to `s:Markdown_`. Fixes #79 ---