Skip to content

Commit

Permalink
app-vim/locateopen: EAPI 6 bump.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
monsieurp committed Jun 29, 2016
1 parent a876431 commit a284ec5
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions app-vim/locateopen/locateopen-1.3-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

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"

0 comments on commit a284ec5

Please sign in to comment.