forked from VimPlug/emmet-vim
Fix getFileType
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user