File: control

package info (click to toggle)
vim-textobj-user 0.7.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 208 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 879 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: vim-textobj-user
Section: editors
Priority: optional
Maintainer: Edward Betts <edward@4angle.com>
Build-Depends: debhelper-compat (= 13), dh-sequence-vim-addon
Rules-Requires-Root: no
Standards-Version: 4.6.1
Homepage: https://github.com/kana/vim-textobj-user
Vcs-Browser: https://salsa.debian.org/debian/vim-textobj-user
Vcs-Git: https://salsa.debian.org/debian/vim-textobj-user.git

Package: vim-textobj-user
Architecture: all
Multi-Arch: foreign
Depends: vim, ${misc:Depends}, ${vim-addon:Depends}
Description: Vim plugin for user-defined text objects
 Users can move the cursor around a document in vim using text objects. The
 built text objects include words and sentences, paragraphs, blocks and quoted
 strings.
 .
 This plugin provides an easy way to define new text objects using regular
 expressions for simple text objects or functions for more complex ones.