-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
Fix refiling to current buffer (#644) #647
Fix refiling to current buffer (#644) #647
Conversation
e6fcced
to
89892f7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@seflue just do a rebase here so we can proceed. Thanks!
I already did, see the force push. |
Fix edge case when refiling target is the current buffer, but content was captured.
89892f7
to
825fff6
Compare
Sorry, I forgot, that you don't do merge commits but squashing PRs onto master. I just did the requested rebase. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Fix edge case when refiling target is the current buffer, but content was captured. Co-authored-by: Sebastian Flügge <seflue@users.noreply.github.com>
This fixes #644. @kristijanhusak Could you please merge #641 first, because this PR builds upon it. I will then rebase this one. If you decide to merge this directly, we can close #641.