diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-05 01:15:52 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-05 01:15:52 +0000 |
commit | 21e4cc2520e9113d3c2e7b495942224dee1510d1 (patch) | |
tree | 85094fea0d50f85dfe3d81ade4435128847df82f /app-vim/pushpop | |
parent | use non-lazy bindings for +s apps installed by this package (Manifest recommit) (diff) | |
download | gentoo-2-21e4cc2520e9113d3c2e7b495942224dee1510d1.tar.gz gentoo-2-21e4cc2520e9113d3c2e7b495942224dee1510d1.tar.bz2 gentoo-2-21e4cc2520e9113d3c2e7b495942224dee1510d1.zip |
Added help text, bug #62559
Diffstat (limited to 'app-vim/pushpop')
-rw-r--r-- | app-vim/pushpop/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/pushpop/pushpop-2.4.ebuild | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/app-vim/pushpop/ChangeLog b/app-vim/pushpop/ChangeLog index da40b87ce7a9..e2eaa21cc265 100644 --- a/app-vim/pushpop/ChangeLog +++ b/app-vim/pushpop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/pushpop # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/pushpop/ChangeLog,v 1.4 2004/08/20 16:55:47 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/pushpop/ChangeLog,v 1.5 2004/09/05 01:15:52 ciaranm Exp $ + + 05 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> pushpop-2.4.ebuild: + Added help text, bug #62559 20 Aug 2004; Ciaran McCreesh <ciaranm@gentoo.org> pushpop-2.4.ebuild: Stable on x86 diff --git a/app-vim/pushpop/pushpop-2.4.ebuild b/app-vim/pushpop/pushpop-2.4.ebuild index 8defe6122e59..010d847d9f3b 100644 --- a/app-vim/pushpop/pushpop-2.4.ebuild +++ b/app-vim/pushpop/pushpop-2.4.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/pushpop/pushpop-2.4.ebuild,v 1.4 2004/08/20 16:55:47 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/pushpop/pushpop-2.4.ebuild,v 1.5 2004/09/05 01:15:52 ciaranm Exp $ inherit vim-plugin @@ -13,3 +13,7 @@ IUSE="" RDEPEND=">=app-vim/genutils-1.1 >=app-vim/multvals-3.0 >=app-vim/cmdalias-1.0" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides :Pushd and :Popd commands which emulate bash's pushd +and popd functions." |