Closed Subjective closed 1 year ago
Thanks for creating this!
The proper way to close 'mini.files' is by pressing config.mappings.close
key (q
by default). I'll see what I can do to support :quite
/:close
as well.
Although I couldn't reproduce the error you describe, I think this now should be resolved on main
branch as there is tracking of lost focus. If you still have this issues, please leave a comment.
Contributing guidelines
Module(s)
mini.files
Description
While I don't see why anyone would do this, manually quitting the files window with
:quit
or:close
throws the following error:Neovim version
NVIM v0.10.0-dev-aab06ed
Steps to reproduce
nvim -u repro.lua
Expected behavior
For all the
mini.files
popup windows to close gracefully.Actual behavior
In some situations, it's no longer possible to open mini.files properly with
require("mini.files").open()
.