summaryrefslogtreecommitdiff
path: root/app-shells
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-03-13 23:09:54 +0100
committerMichał Górny <mgorny@gentoo.org>2018-03-13 23:17:56 +0100
commit2677aec4db6b34de7f3529193508eec19115ad03 (patch)
tree337bb244b452753cfb7476216157d0a762211b8b /app-shells
parent1eb3341ddae588ae8edfcc0937e110797ef715c6 (diff)
downloadgentoo-2677aec4db6b34de7f3529193508eec19115ad03.tar.gz
gentoo-2677aec4db6b34de7f3529193508eec19115ad03.tar.xz
app-shells/bash-completion: vim completion loading fixed in git
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/bash-completion/bash-completion-9999.ebuild6
1 files changed, 0 insertions, 6 deletions
diff --git a/app-shells/bash-completion/bash-completion-9999.ebuild b/app-shells/bash-completion/bash-completion-9999.ebuild
index 79657c0d217..10f64b1c227 100644
--- a/app-shells/bash-completion/bash-completion-9999.ebuild
+++ b/app-shells/bash-completion/bash-completion-9999.ebuild
@@ -61,12 +61,6 @@ src_prepare() {
eapply "${WORKDIR}/${BASHCOMP_P}/${PN}"-2.1_p*.patch
eapply_user
- # Remove implicit completions for vim.
- # https://bugs.gentoo.org/649986
- sed -i -e 's/vi vim gvim rvim view rview rgvim rgview gview//' \
- bash_completion || die
- rm test/completion/vi.exp || die
-
eautoreconf
}