Sean Dewar
86b2c0f201
fix(float): crash from nasty :fclose autocmds ( #36137 )
...
Problem: :fclose may crash Nvim if autocommands close floats prematurely.
Alternatively, :fclose may call win_close for windows not in curtab if
autocommands change curtab or move windows between tab pages via
nvim_win_set_config (may not crash, but is wrong).
Solution: check win_valid before calling win_close.
(cherry picked from commit 3ccba4cdff
)
Backports #36134 .
2025-10-11 17:37:03 +00:00
..
2025-03-07 05:45:34 -08:00
2025-03-15 15:00:44 +01:00
2025-08-08 06:11:28 +08:00
2025-03-13 00:42:02 +00:00
2025-09-27 21:30:21 +08:00
2025-08-24 14:43:19 +08:00
2024-11-14 12:40:57 +01:00
2025-10-11 17:37:03 +00:00
2025-05-27 09:40:55 +01:00
2025-10-08 00:51:46 +00:00
2025-02-26 23:06:22 +01:00
2024-11-14 12:40:57 +01:00
2025-02-26 23:06:22 +01:00
2025-02-20 05:26:46 -08:00
2025-02-26 23:06:22 +01:00
2025-04-30 14:38:40 +00:00
2024-12-18 23:59:03 +00:00
2025-04-14 11:38:29 +00:00
2024-11-14 12:40:57 +01:00
2025-02-09 07:31:14 -08:00
2025-09-21 04:44:30 +00:00
2024-12-17 07:11:41 -06:00
2025-08-08 06:11:25 +08:00
2025-02-10 09:33:23 +01:00
2025-01-04 16:48:00 -08:00
2025-08-08 06:11:28 +08:00
2024-11-14 12:40:57 +01:00
2025-04-02 12:48:35 +00:00
2025-04-11 12:28:22 +00:00
2024-11-14 12:40:57 +01:00
2025-03-15 08:18:23 -07:00
2025-09-03 18:03:35 +00:00
2024-11-20 08:24:58 +08:00
2024-11-16 15:32:36 -08:00
2024-12-19 07:07:04 -08:00
2024-11-14 12:40:57 +01:00
2025-04-01 12:28:28 +00:00