[Bug 1816627] Review Request: vim-rhubarb - GitHub support for vim-fugitive plugin

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.redhat.com/show_bug.cgi?id=1816627



--- Comment #1 from Jakub Kadlčík <jkadlcik@xxxxxxxxxx> ---
When I install the package, I would expect help to be available. Please try

:help rhubarb.txt

I think you will need to explicitly copy the doc file into vimfiles_root and
then call helptags. For inspiration, I would look into vim-fugitive.spec.
They do it this way:

%install
install -D -p -m 0644 doc/fugitive.txt
%{buildroot}%{vimfiles_root}/doc/fugitive.txt

%postun
> %{vimfiles_root}/doc/tags
vim -c ":helptags %{vimfiles_root}/doc" -c :q &> /dev/null
%endif


Otherwise, the package looks good to me.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite Conditions]     [KDE Users]

  Powered by Linux