From 98e021e969637da8e88e66a0055f3a40ef4fcdfc Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 11 Sep 2016 13:34:02 +0200 Subject: Wrap ftdetect file in augroup, fixes #153 --- ftdetect/polyglot.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ftdetect') diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 5eb3f089..cc1ade60 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -1,3 +1,4 @@ +augroup filetypedetect " Enable jsx syntax by default if !exists('g:jsx_ext_required') let g:jsx_ext_required = 0 @@ -983,3 +984,4 @@ au BufRead,BufNewFile *.vm set ft=velocity syntax=velocity endif +augroup END -- cgit v1.2.3