Files
neovim/test/functional
Justin M. Keyes 2124f968a6 feat(multicursor): "]C"/"[C" leave a cursor at old position #41681
Problem:
`]C` jumps the primary onto another cursor, which dedupes at the next
edit. Every `]C` consumes a cursor.

Solution:
`]C` adds a cursor at the current position before jumping. This
effectively "rotates" the primary cursor.
2026-09-04 06:28:42 -04:00
..
2026-09-01 15:17:22 +00:00
2026-09-03 19:17:25 +01:00
2026-08-07 19:54:29 -04:00