Fix getFileType

This commit is contained in:
Yasuhiro Matsumoto
2019-01-16 21:57:43 +09:00
parent e6fb10d22a
commit 19e3240bf3

View File

@@ -378,7 +378,7 @@ function! emmet#getFileType(...) abort
let flg = get(a:000, 0, 0)
if has_key(s:emmet_settings, &filetype)
return &filetype
let type = &filetype
endif
let pos = emmet#util#getcurpos()