diff --git a/README.md b/README.md index cb08825..5870362 100644 --- a/README.md +++ b/README.md @@ -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= setlocal comments=s: