-
fix(picker_ui): handle 'winfixbuf' when opening selected file (#426)
发布于
2026-04-29 22:59:15 +00:00 When the current window has 'winfixbuf' enabled (Neovim 0.10+),
:edit fails with E1513. Detect this case in M.select's 'edit' branch
and either retarget a suitable non-fixed window or fall back to :split.
Also extend find_suitable_window to skip windows with 'winfixbuf'.Fixes the following error when invoking the picker from a winfixbuf-locked window:
E1513: Cannot switch buffer. 'winfixbuf' is enabled下载附件