From 777869f5d1e48cd2c15b84a01d853e3f5b19ce34 Mon Sep 17 00:00:00 2001 From: yemai Date: Mon, 20 May 2019 14:16:11 +0800 Subject: [PATCH] docs: update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35febc4..33c0cbc 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Vim syntax and indent plugin for `.vue` files. Mainly inspired by [mxw/vim-jsx][ Plugin works if `filetype` is set to `vue`. Please stay up to date. Feel free to open an issue or a pull request. -**Note**: `filetype` used to be `javascript.vue`, which caused `javascript`syntax to be loaded multiple times and a significant delay. Now `filetype` is set to `vue` and autocmds for `javascript` have to be manually added for `vue`. +**Note**: `filetype` used to be set to `javascript.vue`, which caused `javascript`syntax to be loaded multiple times and a significant delay. Now it is `vue` and autocmds for `javascript` have to be manually added for `vue`. ## How it works