mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 18:54:27 +08:00
Compare commits
2 Commits
cb3c58bec4
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e983971449 | ||
|
|
56199c129a |
@@ -430,7 +430,7 @@ function! emmet#getFileType(...) abort
|
||||
endfor
|
||||
endif
|
||||
|
||||
return len(type) == 0 ? 'html' : type
|
||||
return empty(type) ? 'html' : type
|
||||
endfunction
|
||||
|
||||
function! emmet#getDollarExprs(expand) abort
|
||||
|
||||
Reference in New Issue
Block a user