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 36cadcf4bf
commit 823efb9c96

View File

@ -897,6 +897,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%endif
%changelog
* Thu Oct 14 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3404-2
- remove filetype plugin from virc - it doesn't work with vi
* Mon Oct 11 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.3404-2
- set system vimrc via compiler macros