diff options
Diffstat (limited to 'autoload/polyglot/init.vim')
-rw-r--r-- | autoload/polyglot/init.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/polyglot/init.vim b/autoload/polyglot/init.vim index 62421e06..afd2ea9d 100644 --- a/autoload/polyglot/init.vim +++ b/autoload/polyglot/init.vim @@ -604,7 +604,7 @@ if !has_key(g:polyglot_is_disabled, 'screen') endif if !has_key(g:polyglot_is_disabled, 'scheme') - au BufNewFile,BufRead *.rkt,*.scm,*.ss setf scheme + au BufNewFile,BufRead *.scm,*.ss setf scheme endif if !has_key(g:polyglot_is_disabled, 'catalog') |