summaryrefslogtreecommitdiffstats
path: root/ftdetect/polyglot.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-08-24 12:34:24 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-08-24 12:34:24 +0200
commitbe8d039e02e4e4219639935aafa1194932e980e7 (patch)
tree875d2546e002b305f135c457518d0b070578c7db /ftdetect/polyglot.vim
parent38ce8e9cb6ad2fb99401f4dc13b9032547893b25 (diff)
downloadvim-polyglot-be8d039e02e4e4219639935aafa1194932e980e7.tar.gz
vim-polyglot-be8d039e02e4e4219639935aafa1194932e980e7.zip
Remove vifm and test all filetypes
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