mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-29 21:46:55 +08:00
Compare commits
2 Commits
master
...
cb3c58bec4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cb3c58bec4 | ||
|
|
03432a7ef4 |
@@ -196,5 +196,5 @@ Update this in your .vimrc file.
|
||||
|
||||
### A Chinese translation of the tutorial:
|
||||
|
||||
* <http://www.zfanw.com/blog/zencoding-vim-tutorial-chinese.html>
|
||||
* <https://blog.zfanw.com/zencoding-vim-tutorial-chinese/>
|
||||
|
||||
|
||||
@@ -430,7 +430,7 @@ function! emmet#getFileType(...) abort
|
||||
endfor
|
||||
endif
|
||||
|
||||
return empty(type) ? 'html' : type
|
||||
return len(type) == 0 ? 'html' : type
|
||||
endfunction
|
||||
|
||||
function! emmet#getDollarExprs(expand) abort
|
||||
|
||||
Reference in New Issue
Block a user