VSCodeVim / VSCodeVim/Vim

`Transformer` should take batches of `Transformation`s to avoid overlaps

Open
#7,165 0 comments 0 reactions 1 assignee View on GitHub

@J-Fields is already working on this.

Since Oct 17, 2021.

area/content-change kind/bug kind/enhancement
Dominant language
TypeScript
Stars
15.2k
Forks
1.5k
Avg merge
3d 18h
Merged PRs (30d)
6

Description

This should fix #1641 and seems necessary to get many cases of :g working (such as :g/xyz/copy .).

Batches must be guaranteed by the caller to contain no overlaps, and the transformer should track changes that each transformation will make, adjusting the positions in the remaining transformations accordingly.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.