diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-03 00:06:57 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-03 00:06:57 +0000 |
commit | 1c499d01f885261166b0b5761f1aa40964b6036a (patch) | |
tree | fe60330d1d9fa17ceb41fb24a4477a306afa72f6 /app-vim/alternate/alternate-2.8.ebuild | |
parent | linker bind (Manifest recommit) (diff) | |
download | gentoo-2-1c499d01f885261166b0b5761f1aa40964b6036a.tar.gz gentoo-2-1c499d01f885261166b0b5761f1aa40964b6036a.tar.bz2 gentoo-2-1c499d01f885261166b0b5761f1aa40964b6036a.zip |
Help text, bug #62559
Diffstat (limited to 'app-vim/alternate/alternate-2.8.ebuild')
-rw-r--r-- | app-vim/alternate/alternate-2.8.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app-vim/alternate/alternate-2.8.ebuild b/app-vim/alternate/alternate-2.8.ebuild index 4fa24931eda2..a096a0a5889c 100644 --- a/app-vim/alternate/alternate-2.8.ebuild +++ b/app-vim/alternate/alternate-2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/alternate/alternate-2.8.ebuild,v 1.2 2004/08/25 16:16:05 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/alternate/alternate-2.8.ebuild,v 1.3 2004/09/03 00:05:22 ciaranm Exp $ inherit vim-plugin @@ -9,3 +9,8 @@ HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=31" LICENSE="as-is" KEYWORDS="~alpha ~sparc ~x86 ~ppc ~amd64 ~ia64 ~mips" IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides a new :A command which will switch between a .c +file and the associated .h file. There is also :AS to split windows and +:AV to split windows vertically." |