mirror of
https://github.com/mattn/emmet-vim.git
synced 2026-02-28 19:12:21 +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:
|
### 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
|
endfor
|
||||||
endif
|
endif
|
||||||
|
|
||||||
return empty(type) ? 'html' : type
|
return len(type) == 0 ? 'html' : type
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! emmet#getDollarExprs(expand) abort
|
function! emmet#getDollarExprs(expand) abort
|
||||||
|
|||||||
Reference in New Issue
Block a user