Update doc

This commit is contained in:
leafOfTree
2020-11-18 10:33:29 +08:00
parent ad9f8a7f5f
commit c7de4b5005

View File

@@ -109,7 +109,7 @@ You can also define an event listener function `OnChangeVueSubtype(subtype)` in
```vim
" Set local options based on subtype
function! OnChangeVueSubtype(subtype)
" echom 'subtype is '.a:subtype
" echom 'Subtype is '.a:subtype
if a:subtype == 'html'
setlocal commentstring=<!--%s-->
setlocal comments=s:<!--,m:\ \ \ \ ,e:-->