mirror of
https://github.com/mattn/emmet-vim.git
synced 2026-05-25 01:38:38 +08:00
Fix hang-up while split/join tag
This commit is contained in:
@@ -386,6 +386,9 @@ function! emmet#getFileType(...) abort
|
||||
if type == 'htmlTagName'
|
||||
let type = ''
|
||||
endif
|
||||
if type =~ '^mkdSnippet'
|
||||
let type = tolower(type[10:])
|
||||
endif
|
||||
|
||||
if type =~? '^css'
|
||||
let type = 'css'
|
||||
|
||||
Reference in New Issue
Block a user