This commit is contained in:
mattn
2012-10-16 22:40:21 +09:00
parent e5baec0d46
commit 6b8e9720cf

View File

@@ -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)