mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 11:14:26 +08:00
fix bug
This commit is contained in:
@@ -377,7 +377,7 @@ function! emmet#getFileType(...) abort
|
||||
if has_key(s:emmet_settings, &filetype)
|
||||
let types = [&filetype]
|
||||
else
|
||||
let types = split(a:type, '\.')
|
||||
let types = split(&filetype, '\.')
|
||||
endif
|
||||
for part in types
|
||||
if emmet#lang#exists(part)
|
||||
|
||||
Reference in New Issue
Block a user