forked from VimPlug/emmet-vim
fix.
This commit is contained in:
@@ -85,6 +85,7 @@ function! zencoding#lang#css#parseIntoTree(abbr, type)
|
|||||||
call add(root.child, deepcopy(current))
|
call add(root.child, deepcopy(current))
|
||||||
let current.snippet = '-moz-' . snippet . "\n"
|
let current.snippet = '-moz-' . snippet . "\n"
|
||||||
call add(root.child, deepcopy(current))
|
call add(root.child, deepcopy(current))
|
||||||
|
let current.snippet = snippet
|
||||||
call add(root.child, current)
|
call add(root.child, current)
|
||||||
else
|
else
|
||||||
call add(root.child, current)
|
call add(root.child, current)
|
||||||
|
|||||||
Reference in New Issue
Block a user