forked from VimPlug/emmet-vim
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