This commit is contained in:
mattn
2013-06-03 22:29:26 +09:00
parent 857ecdb813
commit ca95069268

View File

@@ -118,7 +118,7 @@ function! zencoding#lang#html#parseIntoTree(abbr, type)
let current.name = ''
endif
if tag_name =~ '^\(lorem\|ipsum\)\d*$'
if tag_name =~ '^\(lorem\|lipsum\)\d*$'
let current.snippet = '${' . tag_name . '}'
let current.name = ''
endif