-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File statinfo not refreshed when using mark-load #1807
Comments
However I found that when changing to an empty directory (or a new directory that hasn't been loaded yet), the |
Works as expected, thank you |
A possibly related behavior can be observed when opening files after an error message:
Not sure this is intended or another missing check. |
This is a separate issue, can you try #1809 to see if it works? |
Related to #1536
The statinfo refresh is currently handled here
lf/app.go
Line 412 in 382095b
but when I use mark-load to change to a directory after receiving an error message, the statinfo is not refreshed and the error message persists until I change to another directory.
@joelim-work I noticed that msgIsStat is false when I use mark-load but I am not quite sure how to best address this.
The text was updated successfully, but these errors were encountered: