summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-11-28 14:34:19 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-11-28 14:34:19 +0000
commitb7dffedc4b8dce8f57b7842300827c79f85c00f1 (patch)
tree721ca3f39595b1f311ec5a90fc3c9c8b398fe774 /eclass/vim.eclass
parentvim7 things (diff)
downloadhistorical-b7dffedc4b8dce8f57b7842300827c79f85c00f1.tar.gz
historical-b7dffedc4b8dce8f57b7842300827c79f85c00f1.tar.bz2
historical-b7dffedc4b8dce8f57b7842300827c79f85c00f1.zip
vim7 things
Diffstat (limited to 'eclass/vim.eclass')
-rw-r--r--eclass/vim.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass
index 730d5b1fb518..84351986a245 100644
--- a/eclass/vim.eclass
+++ b/eclass/vim.eclass
@@ -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/eclass/vim.eclass,v 1.79 2004/11/28 14:23:33 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.80 2004/11/28 14:34:19 ciaranm Exp $
# Authors:
# Ryan Phillips <rphillips@gentoo.org>
@@ -517,9 +517,11 @@ pkg_postinst() {
fi
else
if [[ "${MY_PN}" == "gvim" ]] ; then
+ echo
# TODO: once we have all the GUIs working, display a message
# explaining them.
elif [[ "${MY_PN}" == "vim" ]] ; then
+ echo
# TODO: once we have the GUIs working, display a message explaining
# them.
fi