forked from VimPlug/emmet-vim
remove debug code
This commit is contained in:
@@ -402,7 +402,6 @@ function! emmet#lang#html#parseIntoTree(abbr, type) abort
|
|||||||
endif
|
endif
|
||||||
let abbr = abbr[stridx(abbr, match) + len(match):]
|
let abbr = abbr[stridx(abbr, match) + len(match):]
|
||||||
if abbr == '/'
|
if abbr == '/'
|
||||||
let g:hoge = 1
|
|
||||||
let current.empty = 1
|
let current.empty = 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user