From 9f6c077cb86dffd4bf6edc901ce2c15b7188ba4b Mon Sep 17 00:00:00 2001 From: mattn Date: Wed, 17 Mar 2010 17:46:39 +0900 Subject: [PATCH] oops. this call mistake of co-pi-pe in japanese. --- zencoding.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zencoding.vim b/zencoding.vim index b1870b7..07f442b 100644 --- a/zencoding.vim +++ b/zencoding.vim @@ -1353,7 +1353,7 @@ function! s:zen_expandAbbr(mode) range endif let mx = '|\(\%(html\|haml\|e\|c\|fc\|xsl\)\s*,\{0,1}\s*\)*$' if leader =~ mx - let filters = split(matchstr(str, mx)[1:], '\s*,\s*') + let filters = split(matchstr(leader, mx)[1:], '\s*,\s*') let leader = substitute(leader, mx, '', '') endif if leader =~ '\*'