summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/breakpts/breakpts-3.1.ebuild')
-rw-r--r--app-vim/breakpts/breakpts-3.1.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/app-vim/breakpts/breakpts-3.1.ebuild b/app-vim/breakpts/breakpts-3.1.ebuild
index 6254a39a9f4f..22136474fab7 100644
--- a/app-vim/breakpts/breakpts-3.1.ebuild
+++ b/app-vim/breakpts/breakpts-3.1.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/breakpts/breakpts-3.1.ebuild,v 1.3 2004/08/20 16:55:11 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/breakpts/breakpts-3.1.ebuild,v 1.4 2004/09/03 00:13:22 ciaranm Exp $
inherit vim-plugin
@@ -15,3 +15,9 @@ RDEPEND="
>=app-vim/multvals-3.6.1
>=app-vim/genutils-1.13
>=app-vim/foldutil-1.6"
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin allows breakpoints to be set and cleared visually. To start,
+use :BreakPts, move to the required function and press <CR>. Breakpoints
+can then be added using :BPToggle or <F9>."
+