发布

  • fix(picker_ui): handle 'winfixbuf' when opening selected file (#426)

    frostbyte_neo 发布于 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

    下载附件