summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-10-11 18:35:54 +0000
committerMichał Górny <mgorny@gentoo.org>2014-10-11 18:35:54 +0000
commit867fb7aaeb7291c897c31edb6304341b09070d8e (patch)
tree49bb3a30f3a864c2c83bb69e39f20a0a19f5386e /app-editors/gvim
parentInstall necessary bash-completion aliases, bug #521152. Update completed comm... (diff)
downloadgentoo-2-867fb7aaeb7291c897c31edb6304341b09070d8e.tar.gz
gentoo-2-867fb7aaeb7291c897c31edb6304341b09070d8e.tar.bz2
gentoo-2-867fb7aaeb7291c897c31edb6304341b09070d8e.zip
Install necessary bash-completion aliases, bug #521152. Update completed command list in the file.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-editors/gvim')
-rw-r--r--app-editors/gvim/ChangeLog7
-rw-r--r--app-editors/gvim/files/gvim-completion2
-rw-r--r--app-editors/gvim/gvim-7.4.430.ebuild4
3 files changed, 10 insertions, 3 deletions
diff --git a/app-editors/gvim/ChangeLog b/app-editors/gvim/ChangeLog
index 636fbb9399e2..ba62163d6833 100644
--- a/app-editors/gvim/ChangeLog
+++ b/app-editors/gvim/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/gvim
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.438 2014/09/19 08:59:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.439 2014/10/11 18:35:54 mgorny Exp $
+
+ 11 Oct 2014; Michał Górny <mgorny@gentoo.org> files/gvim-completion,
+ gvim-7.4.430.ebuild:
+ Install necessary bash-completion aliases, bug #521152. Update completed
+ command list in the file.
19 Sep 2014; Agostino Sarubbo <ago@gentoo.org> gvim-7.4.273.ebuild:
Stable for ppc64, wrt bug #511190
diff --git a/app-editors/gvim/files/gvim-completion b/app-editors/gvim/files/gvim-completion
index f19ce6f9780a..6488a82bc76e 100644
--- a/app-editors/gvim/files/gvim-completion
+++ b/app-editors/gvim/files/gvim-completion
@@ -35,6 +35,6 @@ _gvim()
fi
}
-complete -o filenames -F _gvim gvim gview rgview rgview
+complete -o filenames -F _gvim gvim evim eview gview gvimdiff rgvim rgview
# vim: set ft=sh sw=4 et sts=4 :
diff --git a/app-editors/gvim/gvim-7.4.430.ebuild b/app-editors/gvim/gvim-7.4.430.ebuild
index d87f2d578d28..da16f8810202 100644
--- a/app-editors/gvim/gvim-7.4.430.ebuild
+++ b/app-editors/gvim/gvim-7.4.430.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.4.430.ebuild,v 1.2 2014/09/06 17:53:59 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.4.430.ebuild,v 1.3 2014/10/11 18:35:54 mgorny Exp $
EAPI=5
VIM_VERSION="7.4"
@@ -363,6 +363,8 @@ src_install() {
# bash completion script, bug #79018.
newbashcomp "${FILESDIR}"/${PN}-completion ${PN}
+ # keep in sync with 'complete ... -F' list
+ bashcomp_alias gvim evim eview gview gvimdiff rgvim rgview
# We shouldn't be installing the ex or view man page symlinks, as they
# are managed by eselect-vi