Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 278056 - Remove bashcompletion entity from vim-core ebuild
Summary: Remove bashcompletion entity from vim-core ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-16 14:14 UTC by zvasylvv
Modified: 2009-10-14 01:30 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zvasylvv 2009-07-16 14:14:17 UTC
After vim-core packege is installed it suggests to turn on bash-complection:

[code]
 * To enable command-line completion for vim-core, run:
 * 
 *   eselect bashcomp enable vim-core
 * 
 * to install locally, or
 * 
 *   eselect bashcomp enable --global vim-core
 * 
 * to install system-wide.
 * Calling eselect vi update...
[/code]

Buf executing of the first command fails:

[code]
vv@crusader ~/work/zapatec/argos/js $ eselect bashcomp enable vim-core
!!! Error: /usr/share/bash-completion/vim-core doesn't exist
[/code]

I guess info about bashcomplection from vim-core ebuild should be removed

Reproducible: Always
Comment 1 Jim Ramsay (lack) (RETIRED) gentoo-dev 2009-10-14 01:30:01 UTC
Yes indeed, it should not tell you to run 'eselect bashcomp enable vim-core'... It should instead suggest 'eselect bashcomp enable xxd'!

I have fixed this in vim.eclass.  Thank you for the report!