2 Commits

Author SHA1 Message Date
Wezhon
cb3c58bec4 Merge 03432a7ef4 into 6c511a8d7d 2024-08-10 04:49:58 +01:00
wezhon_in_NUC
03432a7ef4 The 'A Chinese translation of the tutorial:' link in the readme.mkd file
is inaccessible

On branch develop
Changes to be committed:
       modified:   README.mkd
2021-10-09 09:16:14 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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/>

View File

@@ -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