oops. this call mistake of co-pi-pe in japanese.

This commit is contained in:
mattn
2010-03-17 17:46:39 +09:00
parent ff77763c0a
commit 9f6c077cb8

View File

@@ -1353,7 +1353,7 @@ function! s:zen_expandAbbr(mode) range
endif endif
let mx = '|\(\%(html\|haml\|e\|c\|fc\|xsl\)\s*,\{0,1}\s*\)*$' let mx = '|\(\%(html\|haml\|e\|c\|fc\|xsl\)\s*,\{0,1}\s*\)*$'
if leader =~ mx 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, '', '') let leader = substitute(leader, mx, '', '')
endif endif
if leader =~ '\*' if leader =~ '\*'