mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 18:54:27 +08:00
oops. this call mistake of co-pi-pe in japanese.
This commit is contained in:
@@ -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 =~ '\*'
|
||||
|
||||
Reference in New Issue
Block a user