FS#17852 - [vim-surround] uses wrong 'doc' directory

Attached to Project: Community Packages
Opened by craig (craig) - Friday, 15 January 2010, 14:40 GMT
Last edited by Dan Griffiths (Ghost1227) - Friday, 15 January 2010, 20:39 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Aaron Bull Schaefer (elasticdog)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Currently:
PKGBUILD installs the documentation (surround.txt) to '/usr/share/vim/doc'.
vimdoc.install updates the help tags in this same directory.
Unfortunately, Vim ':help' doesn't use this directory.

Instead:
'/usr/share/vim/vimfiles/doc' should be specified in both 'PKGBUILD' and 'vimdoc.install'. (Or '$installpath/doc' in PKGBUILD, using its current variables.)

Additional info:
* package version(s) 1.34-3

Steps to reproduce:

Install vim-surround. Start vim. Try ':h surround'.
Result: nothing (It fails to find the documentation.)
This task depends upon

Closed by  Dan Griffiths (Ghost1227)
Friday, 15 January 2010, 20:39 GMT
Reason for closing:  Fixed

Loading...