virc: remove filetype plugin - it doesn't work with vi

filetype plugin is written in vimscript, which needs EVAL
feature, which is not within the small set of features which
Vi is compiled with.
This commit is contained in:
Zdenek Dohnal 2021-10-14 10:52:52 +02:00
parent 9250c2cc99
commit 36cadcf4bf

3
virc
View File

@ -27,9 +27,6 @@ if has("autocmd")
augroup END augroup END
endif endif
filetype plugin on
if &term=="xterm" if &term=="xterm"
set t_Co=8 set t_Co=8
set t_Sb=[4%dm set t_Sb=[4%dm