mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 03:04:27 +08:00
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