Files
neovim/test/functional
Justin M. Keyes 684371ba5d fix(cmdwin): handle split/tabpage
Problem:
- If cmdwin window is split, ENTER in one does not close the others.
- If cmdwin is put into a different tabpage via <c-w>T, it stops working
  (ENTER does not execute the cmd).

Solution:
- Close the buffer instead of the window.
- In the WinClosed handler, skip `M._cleanup()` unless this is the last
  cmdwin window.
2026-06-29 23:22:52 +02:00
..
2026-06-29 23:22:52 +02:00
2026-06-28 19:01:24 -04:00
2026-06-28 19:01:24 -04:00
2026-06-19 05:51:30 -04:00
2026-06-29 22:38:29 +02:00