Files
neovim/src/nvim
luukvbaal 911337eb3c fix(normal): crash using :norm from vim.ui_attach shell message event #38283
Problem:  'showcmd' buffer is being populated for :norm commands, which
          can result in a recursive uv_run() when called from a msg_show
          vim.ui_attach callback for a shell message.

Solution: The 'showcmd' buffer is never displayed while executing a
          :normal command so prevent unnecessary work, avoiding the crash.
2026-03-13 09:36:44 -04:00
..
2026-03-11 18:00:18 +01:00
2026-03-05 10:48:25 +01:00
2025-12-20 22:07:27 -05:00
2026-03-12 11:12:56 +01:00
2024-01-11 21:37:23 +01:00
2026-03-11 18:00:18 +01:00
2026-03-11 18:00:18 +01:00
2024-01-11 21:37:23 +01:00
2025-12-15 13:55:15 -05:00
2023-11-28 22:23:56 +01:00
2024-01-11 21:37:23 +01:00
2026-02-12 13:46:45 +01:00
2026-03-12 11:12:56 +01:00
2026-03-11 18:00:18 +01:00
2025-11-16 20:36:07 -08:00
2024-01-11 21:37:23 +01:00
2024-01-11 21:37:23 +01:00
2025-09-13 22:49:50 -04:00
2024-01-11 21:37:23 +01:00
2025-12-06 20:33:02 -05:00
2026-03-09 11:35:38 -04:00
2025-11-19 20:43:15 -08:00
2026-03-11 18:17:46 +01:00