# haya14busa/incsearch.vim

:flashlight: Improved incremental searching for Vim

Repository: https://github.com/haya14busa/incsearch.vim
Canonical: https://ross.abutalabs.com/products/incsearchvim
Homepage: https://medium.com/@haya14busa/incsearch-vim-is-dead-long-live-incsearch-2b7070d55250
Language: Vim Script
License: MIT
License Family: permissive
Topics: vim, vim-plugin, incsearch
Last push: 2022-05-13T15:18:39+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4407, "days_push": 1573, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1110, forks 19 (observed 2026-08-28T04:03:37.535740+00:00)

## What it is
A Vim plugin that improves incremental searching by highlighting all pattern matches as you type, including live regular expression editing. It is now deprecated because its core functionality was merged into Vim/Neovim itself.

## Use cases
- highlight all regex matches incrementally while searching in vim
- see live regex match preview while typing a search pattern
- automatically turn off hlsearch after searching
- improved / and ? search behavior in vim
- incremental search that works in visual and operator-pending modes

## When to choose
- you are stuck on a very old Vim version without built-in incsearch highlighting
- you need the incremental regex editing preview on legacy editors

## When to avoid
- you use a modern Vim or Neovim, which includes this functionality natively
- you want an actively maintained plugin - use the successor is.vim instead

## Facets
- artifact type: plugin
- maturity: abandoned
- function: search-engine, developer-tools
- domain: text-editors, developer-tools
- platform: editor-plugin, cli
- tags: vim-plugin, incremental-search, regex-highlighting, deprecated

## Member repositories
- haya14busa/incsearch.vim (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:37.535740+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-30T06:43:27.363932+00:00, confidence not recorded.
  - readme: https://github.com/haya14busa/incsearch.vim (fetched 2026-08-28T04:03:37.535740+00:00, sha 64fd97ee5258)
- Data as of 2026-08-30T08:39:29.467469+00:00.
