summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-07-27 06:19:56 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-07-27 06:19:56 +0000
commit0887f97f1dbfd78239b36a097ae1173a74a712cc (patch)
tree0fa591e43550ae7fd156898f2f1e218b50840b70 /app-vim/latexsuite/latexsuite-1.5.ebuild
parentUSE="v4l" was controlling v4l2's configure options, corrected. bug #58476 (Ma... (diff)
downloadgentoo-2-0887f97f1dbfd78239b36a097ae1173a74a712cc.tar.gz
gentoo-2-0887f97f1dbfd78239b36a097ae1173a74a712cc.tar.bz2
gentoo-2-0887f97f1dbfd78239b36a097ae1173a74a712cc.zip
Fix einfo for bug #58377
Diffstat (limited to 'app-vim/latexsuite/latexsuite-1.5.ebuild')
-rw-r--r--app-vim/latexsuite/latexsuite-1.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/latexsuite/latexsuite-1.5.ebuild b/app-vim/latexsuite/latexsuite-1.5.ebuild
index 37851c197439..ae246717b5ce 100644
--- a/app-vim/latexsuite/latexsuite-1.5.ebuild
+++ b/app-vim/latexsuite/latexsuite-1.5.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/latexsuite/latexsuite-1.5.ebuild,v 1.5 2004/07/14 13:38:39 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/latexsuite/latexsuite-1.5.ebuild,v 1.6 2004/07/27 06:19:56 ciaranm Exp $
inherit vim-plugin
@@ -29,7 +29,7 @@ pkg_postinst() {
einfo ""
einfo "To use the latexSuite plugin add:"
einfo " filetype plugin on"
- einfo " set grepprg=grep\ -nH\ $*"
+ einfo ' set grepprg=grep\ -nH\ $*'
einfo "to your ~/.vimrc-file"
einfo ""
einfo "Help for this plugin is available with ':help latex-suite' in vim"