Source: vim-ctrlp
Section: editors
Priority: optional
Maintainer: Piotr Ożarowski <piotr@debian.org>
Build-Depends: debhelper-compat (= 13), dh-sequence-vim-addon
Standards-Version: 4.5.1
Homepage: https://ctrlpvim.github.io/ctrlp.vim/

Package: vim-ctrlp
Architecture: all
Depends: ${misc:Depends}, ${vim-addon:Depends}
Suggests: vim-addon-manager
Description: fuzzy file, buffer, mru, tag, etc. finder for Vim
 CtrlP features:
  * written in pure Vimscript
  * full support for Vim's regexp as search patterns
  * built-in Most Recently Used (MRU) files monitoring and search
  * built-in project's root finder
  * open multiple files at once
  * create new files and directories
  * execute Ex commands on an opening file (jump to a line, to a string or do
    anything)
  * optional cross-sessions caching and history allow for fast initialization
  * mappings and usage conform to Vim's conventions
 .
 To enable this addon in your (Neo)Vim use one of these two methods:
  * Add "packadd! CtrlP" to your vimrc file
  * Invoke: `vam install ctrlp` if you use Vim Addon Manager
