From b6e2b35291e0c3ac4d05894735a641f594ec3e36 Mon Sep 17 00:00:00 2001 From: mattn Date: Thu, 8 Aug 2013 17:49:31 +0900 Subject: Removed debug code --- autoload/sonictemplate/lang/html.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/autoload/sonictemplate/lang/html.vim b/autoload/sonictemplate/lang/html.vim index d804f54..36d20c9 100644 --- a/autoload/sonictemplate/lang/html.vim +++ b/autoload/sonictemplate/lang/html.vim @@ -14,7 +14,6 @@ function! sonictemplate#lang#html#guess() let content = join(lines, "\n") let tag = matchstr(content, '^<\zs[^> ]\+\ze.*') let inner = substitute(matchstr(content, '^<[^>]\+>\zs.*\ze]\+>$'), '[ \t\r\n]', '', 'g') - let g:hoge = inner if tag == 'script' return { \ 'filetype': 'javascript', -- cgit v1.2.3-54-g00ecf