mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-09 03:54:47 +08:00
Fix typo
This commit is contained in:
@@ -118,7 +118,7 @@ function! zencoding#lang#html#parseIntoTree(abbr, type)
|
|||||||
let current.name = ''
|
let current.name = ''
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if tag_name =~ '^\(lorem\|ipsum\)\d*$'
|
if tag_name =~ '^\(lorem\|lipsum\)\d*$'
|
||||||
let current.snippet = '${' . tag_name . '}'
|
let current.snippet = '${' . tag_name . '}'
|
||||||
let current.name = ''
|
let current.name = ''
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user