echasnovski / mini.nvim

Library of 40+ independent Lua modules improving overall Neovim (version 0.8 and higher) experience with minimal effort
MIT License
4.93k stars 184 forks source link

unknown option 'winfixbuf' with mini.files #1244

Closed r0wdiggity closed 3 hours ago

r0wdiggity commented 4 hours ago

Contributing guidelines

Module(s)

mini.files

Description

I updated my plugins today, and I now get the following error message any time I open up mini.files (does not matter the starting point, the cwd or how many files or directories are in the root it seems)

E5108: Error executing lua ...lli/.local/share/nvim/lazy/mini.files/lua/mini/files.lua:2889: Unknown option 'winfixbuf'                                                                                                
stack traceback:                                                                                                                                                                                                       
        [C]: in function '__newindex'                                                                                                                                                                                  
        ...lli/.local/share/nvim/lazy/mini.files/lua/mini/files.lua:2889: in function 'win_set_buf'                                                                                                                    
        ...lli/.local/share/nvim/lazy/mini.files/lua/mini/files.lua:2493: in function 'window_set_view'                                                                                                                
        ...lli/.local/share/nvim/lazy/mini.files/lua/mini/files.lua:1765: in function 'explorer_refresh_depth_window'                                                                                                  
        ...lli/.local/share/nvim/lazy/mini.files/lua/mini/files.lua:1493: in function 'explorer_refresh'                                                                                                               
        ...lli/.local/share/nvim/lazy/mini.files/lua/mini/files.lua:769: in function 'open'                                                                                                                            
        [string ":lua"]:1: in main chunk  

Neovim version

0.10.0

Steps to reproduce

  1. open nvim
  2. open mini.files

Expected behavior

mini.files opens

Actual behavior

mini doesnt open and I cannot interact with it

echasnovski commented 3 hours ago

It is most certainly due to using not using a release version of Neovim 0.10.0. Probably a Nightly build of 0.10 prior to this commit.

Only using released version of Neovim or latest Nightly is supported.

r0wdiggity commented 3 hours ago

you are correct, thank you for responding so quickly, switching to latest stable release resolved