Files
neovim/src/nvim/api
Sean Dewar 7e2e116343 fix(api): nvim_get_option_value dummy buffer crashes
Problem: nvim_get_option_value with "filetype" set can crash if autocommands
open the dummy buffer in more windows, or if &bufhidden == "wipe".

Solution: Attempt to close all dummy buffer windows before wiping. Promote the
dummy buffer to a normal buffer if that fails.
2026-01-15 20:08:45 +00:00
..
2025-11-22 19:32:45 -05:00
2025-09-04 00:11:52 -04:00
2025-12-06 20:33:02 -05:00