Justin M. Keyes
80e9708afa
fix(multicursor): atom may cascade in another buffer #41624
...
Problem:
An atom queued in buffer A cascades on B's cursors if the mapping ends
in B ("nnoremap X x:bnext<CR>").
Solution:
Check the atom's origin buffer (`CmdAtom.origin.buf`).
Note: This does not preclude mappings etc from doing work in temporary
throwaway buffers, as long as they return to the origin buffer.
2026-09-02 10:38:27 -04:00
..
2026-08-26 07:53:04 +00:00
2026-02-01 08:22:07 +08:00
2026-08-05 07:00:46 +08:00
2026-09-02 10:38:27 -04:00
2026-08-31 10:46:15 +08:00
2026-08-07 12:36:41 +08:00
2026-01-26 06:53:53 +08:00
2026-09-02 10:10:18 -04:00
2026-08-28 13:34:31 -04:00
2026-08-11 04:08:33 -04:00
2026-08-14 19:12:05 +02:00
2026-07-23 17:27:14 -04:00
2022-03-13 04:52:45 +00:00
2026-09-02 13:51:57 +08:00
2026-05-13 07:31:17 -04:00
2026-08-25 13:36:01 +02:00
2023-08-13 13:25:10 +01:00
2025-12-30 01:44:24 -05:00
2026-05-17 09:56:37 -04:00
2026-03-12 11:12:56 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2026-08-25 13:36:01 +02:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2026-08-29 08:49:18 +08:00
2026-01-20 07:56:50 +08:00
2022-10-13 05:48:12 -07:00
2026-04-14 11:13:03 -05:00
2026-04-14 11:13:03 -05:00
2026-08-29 08:49:18 +08:00
2024-07-02 13:05:16 +02:00