echasnovski / mini.nvim

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

undo in mini.files erases all file names #940

Closed sid-6581 closed 1 month ago

sid-6581 commented 1 month ago

Contributing guidelines

Module(s)

mini.files

Description

When I press u or type :undo when in a mini.files popup, all the file names are erased, and the buffer is considered modified.

Neovim version

0.10.0

Steps to reproduce

Open a mini.files popup and press u in it.

Expected behavior

Expect u to show "Already at oldest change".

Actual behavior

Before:

image

After pressing u:

image

echasnovski commented 1 month ago

Thanks for the issue!

Yes, I am aware of this but don't think it is a huge problem. I'll take a look at if this can be solved without much hassle.

echasnovski commented 1 month ago

This should now be fixed on latest main.

sid-6581 commented 1 month ago

This should now be fixed on latest main.

It looks good now, thanks so much!