# tpope/vim-repeat

repeat.vim: enable repeating supported plugin maps with "."

Repository: https://github.com/tpope/vim-repeat
Canonical: https://ross.abutalabs.com/products/vim-repeat
Homepage: http://www.vim.org/scripts/script.php?script_id=2136
Language: Vim Script
License Family: other
Last push: 2024-07-08T21:28:41+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 6107, "days_push": 786, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2715, forks 85 (observed 2026-08-28T04:07:12.035287+00:00)

## What it is
A small Vim plugin that remaps the '.' repeat command so that plugin-provided mappings can be repeated as a whole. It exposes a simple repeat#set() API that other plugins call to make their maps dot-repeatable.

## Use cases
- repeat plugin mappings with the dot command in vim
- make surround.vim changes repeatable
- add dot-repeat support to my own vim plugin maps
- fix vim dot command only repeating last native command
- repeat custom vim operator mappings

## When to choose
- you use plugins like surround.vim or commentary.vim and want their maps repeatable with '.'
- you're writing a Vim plugin and want to expose dot-repeatable mappings

## When to avoid
- you don't use plugins with custom mappings
- you use Neovim-only plugins that handle repetition natively

## Facets
- artifact type: plugin
- maturity: stable
- function: editor, plugin-system, developer-tools
- domain: text-editors, developer-tools
- platform: editor-plugin, cross-platform
- tags: vim, vim-plugin, dot-repeat, editor-extension

## Member repositories
- tpope/vim-repeat (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:12.035287+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:15:31.479215+00:00, confidence not recorded.
  - readme: https://github.com/tpope/vim-repeat (fetched 2026-08-28T04:07:12.035287+00:00, sha 0b94e8116a06)
  - homepage: http://www.vim.org/scripts/script.php?script_id=2136 (fetched 2026-08-29T09:58:28.716253+00:00, sha cf6c7affc375)
  - site_page: https://www.vim.org/about.php (fetched 2026-08-29T09:58:28.725395+00:00, sha 1bd2c1907ce5)
  - site_page: https://www.vim.org/docs.php (fetched 2026-08-29T09:58:28.727393+00:00, sha 438015e9e2e2)
  - site_page: http://www.vim.org/about.php (fetched 2026-08-29T09:58:28.729067+00:00, sha fbe78bde9535)
- Data as of 2026-08-30T08:39:29.467469+00:00.
