Files
neovim/runtime/lua/vim/_core
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-29 13:10:31 -04:00
2026-05-30 12:57:24 +02:00