diff --git a/after/plugin/fileformat.vim b/after/plugin/fileformat.vim index 17a81f3..5d92af1 100644 --- a/after/plugin/fileformat.vim +++ b/after/plugin/fileformat.vim @@ -1,4 +1,3 @@ - function DetectGoHtmlTmpl() if expand('%:e') == "html" && search("{{") != 0 setfiletype gohtmltmpl