-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
Refresh netrw buffer after changes #47
Comments
Hmm, surprised it doesn't already. I guess it would be okay, as long as it doesn't leave me responsible for any more netrw bugs. |
So, the normal netrw facility for deleting files ( Just doing that solves my narrow complaint, but I suppose there are still a whole class of cmds where this would be an issue. Something like Sorry for the noise :/ |
On the contrary, I really wish netrw refreshed/updated buffers (kinda like fugitive does) after moving or removing files or dirs. |
|
vinegar has been a minor revolution in my vim usage (so: thanks!), not least because it often alerts me to random garbage in my filesystem, and I am somewhat obsessive about things like that. I use the excellent
!
mapping to delete that garbage -- but after doing so the buffer is then out-of-sync with the actual directory, which confuses me, because I am feeble-minded. Would you accept a patch that refreshes the directory after a:cmd
execution? (My assumption is that it's not a remotely expensive thing to do, of course).The text was updated successfully, but these errors were encountered: