From 6c38fe86c1fd7f68d40bf4f220c5e1f360d0b57a Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Tue, 16 May 2017 17:07:20 +0900 Subject: [PATCH] remove debug code --- autoload/emmet/lang/html.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/autoload/emmet/lang/html.vim b/autoload/emmet/lang/html.vim index cdf440b..3daf8f4 100644 --- a/autoload/emmet/lang/html.vim +++ b/autoload/emmet/lang/html.vim @@ -402,7 +402,6 @@ function! emmet#lang#html#parseIntoTree(abbr, type) abort endif let abbr = abbr[stridx(abbr, match) + len(match):] if abbr == '/' - let g:hoge = 1 let current.empty = 1 endif