summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-08-23 10:38:01 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-08-23 11:14:16 +0200
commita1ba57a56ceeacc8eb29a7a647a55d5fc73561d2 (patch)
tree45bd0954dd6301f590339f1669f065789c4c7db9 /app-vim/locateopen
parentapp-vim/xquery-syntax: Clean up old. (diff)
downloadgentoo-a1ba57a56ceeacc8eb29a7a647a55d5fc73561d2.tar.gz
gentoo-a1ba57a56ceeacc8eb29a7a647a55d5fc73561d2.tar.bz2
gentoo-a1ba57a56ceeacc8eb29a7a647a55d5fc73561d2.zip
app-vim/locateopen: Clean up old.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-vim/locateopen')
-rw-r--r--app-vim/locateopen/locateopen-1.3.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/app-vim/locateopen/locateopen-1.3.ebuild b/app-vim/locateopen/locateopen-1.3.ebuild
deleted file mode 100644
index 5c4b4d04af5d..000000000000
--- a/app-vim/locateopen/locateopen-1.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: open a file without supplying a path"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=858"
-
-LICENSE="vim"
-KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
-IUSE=""
-
-RDEPEND="${RDEPEND} sys-apps/mlocate"
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin provides commands that hook vim into mlocate:
-\ :LocateEdit filename
-\ :LocateSplit filename
-\ :LocateSource filename
-\ :LocateRead filename
-To configure:
-\ :let g:locateopen_ignorecase = 1 \" enable ignore case mode
-\ :let g:locateopen_smartcase = 0 \" disable smart case mode
-\ :let g:locateopen_alwaysprompt = 1 \" show menu for one match"