https://bugzilla.redhat.com/show_bug.cgi?id=2314109
--- Comment #9 from Vít Ondruch vondruch@redhat.com --- 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 ~~~
And yes, please consider usage of the `%{vimfiles_root}` provided by the vim-filesystem. Not sure if there is some equivalent for neovim.