-
Notifications
You must be signed in to change notification settings - Fork 22
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
Use wipe instead of delete on hidden? #26
Comments
I though using Thanks for the suggestion! |
NERD tree does some sorcery to get around this but haven't put in the time to figure this out. I too tried keepalt to no avail :\ Other than doing something hacky like saving the current alt file to a variant, the jumping to it then back to previous file after quit, I'm not sure what else could be done here other than wiping the buffer completely. I certainly prefer this to getting the error as it happens frequently. Could fix the error too, of course, but I'd rather not be taken back to the Extradite buffer. |
This way alternative file history is lost, but jumping around using Ctrl-I and Ctrl-O works as expected. See #26 for more details.
I've pushed the change of |
I always get this error when I use c-o or ^ after quitting extradite which is incredibly frustrating:
I fix it by changing
bufhidden=delete
tobufhidden=wipe
on line 139. This, of course, wipes out the alternate file for ^ no longer works, but it's much better than getting the error and being taken to the commit log (minus the preview window). C-o still works fine.Any other ideas on getting around this?
The text was updated successfully, but these errors were encountered: