vim-ctrlp 1.81+git20220803-1 source package in Ubuntu

Changelog

vim-ctrlp (1.81+git20220803-1) unstable; urgency=medium

  * New upstream snapshot
  * Fix typo in NEWS (CtrlP instead of ctrlp; closes: 976695)

 -- Piotr Ożarowski <email address hidden>  Tue, 27 Dec 2022 23:35:35 +0100

Upload details

Uploaded by:
Piotr Ożarowski
Uploaded to:
Sid
Original maintainer:
Piotr Ożarowski
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
vim-ctrlp_1.81+git20220803-1.dsc 1.8 KiB 7c52d5ace21dd7365854743c7801f76bbca2685eeed9336945a7159835fb3fd9
vim-ctrlp_1.81+git20220803.orig.tar.xz 63.1 KiB 6163a654320201da4f286068b6b2d35743ea31ae876c85912aadfb32b797f014
vim-ctrlp_1.81+git20220803-1.debian.tar.xz 4.0 KiB b22e0661d48dfcc8172f4cd6671bc8083e9f1bdc2252605c3f6c5cf5992300eb

Available diffs

No changes file available.

Binary packages built by this source

vim-ctrlp: 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