File: control

package info (click to toggle)
vim-textobj-user 0.7.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 208 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 934 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
23
24
Source: vim-textobj-user
Section: editors
Priority: optional
Maintainer: Edward Betts <edward@4angle.com>
Build-Depends: debhelper-compat (= 13)
Rules-Requires-Root: no
Standards-Version: 4.5.0
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, vim-addon-manager, ${misc: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.
 .
 `vim-addons install textobj-user` will create all needed symlinks in ~/.vim/