diff options
| author | Adam Stankiewicz <sheerun@sher.pl> | 2021-06-04 10:07:53 +0200 |
|---|---|---|
| committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-06-04 10:07:53 +0200 |
| commit | c312d30231f136d2fbb32a2cfea554af5066e6b0 (patch) | |
| tree | 572d5a3b5b26c9be1191b5af2505bbb19ea7f777 /autoload/polyglot/init.vim | |
| parent | b99ce6173fd8f17af57a9f60bd998a9d648ca238 (diff) | |
| download | vim-polyglot-c312d30231f136d2fbb32a2cfea554af5066e6b0.tar.gz vim-polyglot-c312d30231f136d2fbb32a2cfea554af5066e6b0.zip | |
Fix detection of racket filetype, closes #720
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') |
