Source: vim-repeat
Section: editors
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Uploaders:
 James McCoy <jamessan@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-vim-addon,
Standards-Version: 4.7.2
Homepage: https://github.com/tpope/vim-repeat
Vcs-Git: https://salsa.debian.org/vim-team/vim-repeat.git
Vcs-Browser: https://salsa.debian.org/vim-team/vim-repeat

Package: vim-repeat
Architecture: all
Depends:
 ${vim-addon:Depends},
 ${misc:Depends},
Description: vim plugin to enable repeating supported plugin maps
 If you've ever tried using the "." command after a plugin map, you were likely
 disappointed to discover it only repeated the last native command inside that
 map, rather than the map as a whole. That disappointment ends today.
 Repeat.vim remaps "." in a way that plugins can tap into it.
 .
 Known plugins which support repeat.vim include:
  * surround.vim
  * speeddating.vim
  * unimpaired.vim
  * vim-easyclip
  * vim-radical
