From c7de4b50056e07fc95a0d80045f1ceb2a9099a7e Mon Sep 17 00:00:00 2001 From: leafOfTree Date: Wed, 18 Nov 2020 10:33:29 +0800 Subject: [PATCH] Update doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: