mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 19:24:27 +08:00
remove debug message.
This commit is contained in:
@@ -1325,8 +1325,6 @@ function! s:zen_removeTag()
|
|||||||
if s:cursor_in_region(block)
|
if s:cursor_in_region(block)
|
||||||
let content = s:get_content(block)
|
let content = s:get_content(block)
|
||||||
let tag_name = substitute(content, '^<\([a-zA-Z0-9]*\).*$', '\1', '')
|
let tag_name = substitute(content, '^<\([a-zA-Z0-9]*\).*$', '\1', '')
|
||||||
echo matchstr(content, mx2)
|
|
||||||
echo tag_name
|
|
||||||
if matchstr(content, mx2) =~ '</' . tag_name
|
if matchstr(content, mx2) =~ '</' . tag_name
|
||||||
call s:change_content(block, '')
|
call s:change_content(block, '')
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user