Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 186795 - vim(cscope) add plugin?
Summary: vim(cscope) add plugin?
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-27 13:28 UTC by Alon Bar-Lev (RETIRED)
Modified: 2008-04-05 19:28 UTC (History)
0 users

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 Alon Bar-Lev (RETIRED) gentoo-dev 2007-07-27 13:28:24 UTC
Hello,

vim has cscope USE flag, it is great!

But the plugin is not installed by any of the components...

http://cscope.sourceforge.net/cscope_maps.vim

It can be installed as app-vim/cscope which can be dependency of vim(cscope),  be installed by cscope itself, or directly by vim.elass...

Which method do you prefer?

Thanks!
Comment 1 Ali Polatel (RETIRED) gentoo-dev 2008-04-05 19:13:30 UTC
This is not a plugin, it's settings for cscope interface and they belong to your .vimrc ;)
Comment 2 Alon Bar-Lev (RETIRED) gentoo-dev 2008-04-05 19:15:32 UTC
Can't these settings be system wide?
Comment 3 Ali Polatel (RETIRED) gentoo-dev 2008-04-05 19:25:16 UTC
That's what /etc/vim/vimrc.local is for. I don't think it's a good idea to write ebuilds for optional settings and keyboard mappings.
Comment 4 Alon Bar-Lev (RETIRED) gentoo-dev 2008-04-05 19:28:17 UTC
Thanks!
But on the other hand, it is difficult to teach each user to do this stuff.

Maybe add /etc/vim/vimrc.local.d and construct /etc/vim/vimrc.local out of these? (Or maybe there is a different way to do this.).

Just an idea... :)