Skip to content

Extract editor indent, case toggle, and line-edit ops#17

Merged
namefailed merged 1 commit into
mainfrom
feat/editor-vim-edit-ops
Jun 9, 2026
Merged

Extract editor indent, case toggle, and line-edit ops#17
namefailed merged 1 commit into
mainfrom
feat/editor-vim-edit-ops

Conversation

@namefailed

Copy link
Copy Markdown
Owner

Summary

  • Extract indent/unindent, toggle-case, substitute, x/X, o/O, Y, repeat find/motions to editor-vim-ops.
  • Add applyBufferEdit in editor-window to centralize buffer mutation + undo.
  • 22 new unit tests (583 total).

Test plan

  • npm test — 583 passed
  • npm run lint

Move indent/unindent, toggle-case, substitute, x/X, o/O, Y, and repeat motions into editor-vim-ops with 22 new tests. Add applyBufferEdit helper in editor-window to DRY mutation wiring.
@namefailed namefailed merged commit 9b1df32 into main Jun 9, 2026
6 checks passed
@namefailed namefailed deleted the feat/editor-vim-edit-ops branch June 9, 2026 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant