mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-10 06:31:51 +08:00
Update doc
This commit is contained in:
@@ -109,7 +109,7 @@ You can also define an event listener function `OnChangeVueSubtype(subtype)` in
|
|||||||
```vim
|
```vim
|
||||||
" Set local options based on subtype
|
" Set local options based on subtype
|
||||||
function! OnChangeVueSubtype(subtype)
|
function! OnChangeVueSubtype(subtype)
|
||||||
" echom 'subtype is '.a:subtype
|
" echom 'Subtype is '.a:subtype
|
||||||
if a:subtype == 'html'
|
if a:subtype == 'html'
|
||||||
setlocal commentstring=<!--%s-->
|
setlocal commentstring=<!--%s-->
|
||||||
setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
|
setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
|
||||||
|
|||||||
Reference in New Issue
Block a user