summaryrefslogtreecommitdiffstats
path: root/ftdetect/polyglot.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftdetect/polyglot.vim')
-rw-r--r--ftdetect/polyglot.vim7
1 files changed, 0 insertions, 7 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim
index c1a3fe50..016f1542 100644
--- a/ftdetect/polyglot.vim
+++ b/ftdetect/polyglot.vim
@@ -1139,13 +1139,6 @@ if index(g:polyglot_disabled, 'vcl') == -1
au BufNewFile,BufRead *.vcl set ft=vcl
endif
-if index(g:polyglot_disabled, 'vifm') == -1
- au BufNewFile,BufRead *.vifm set ft=vifm
- au BufNewFile,BufRead *vifm/colors/* set ft=vifm
- au BufNewFile,BufRead vifmrc set ft=vifm
- au BufNewFile,BufRead vifm.rename* set ft=vifm-rename
-endif
-
if index(g:polyglot_disabled, 'velocity') == -1
au BufNewFile,BufRead *.vm set ft=velocity
endif