Files
neovim/test/functional
Justin M. Keyes c75aae2bfb fix(multicursor): 'autocomplete' during insert-cascade raises E565 #41625
Problem:
With mcursors and 'autocomplete', a non-literal key (`<BS>`) during an
active completion attempts to insert-cascade, which attempts a nested
`edit()`, which refuses with E565.

Solution:
Defer the flush while completion is active; the pending keys will be
handled later.
2026-09-02 11:20:55 -04:00
..
2026-09-01 15:17:22 +00:00
2026-09-01 15:17:22 +00:00
2026-08-07 19:54:29 -04:00