https://bugzilla.redhat.com/show_bug.cgi?id=2314109
--- Comment #10 from Vít Ondruch vondruch@redhat.com --- (In reply to Vít Ondruch from comment #9)
It would also likely made sense to update the VIM documentation:
%post vim -c ":helptags %{vimfiles_root}/doc" -c :q &> /dev/null %postun > %{vimfiles_root}/doc/tags vim -c ":helptags %{vimfiles_root}/doc" -c :q &> /dev/null
Ah, sorry. I have forgotten Vim already ships `%transfiletriggerin` / `%transfiletriggerpostun` which should take care about the refresh, so please disregard.