-
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
Fix ctrlf search completion repositioning the window #90 #92
Conversation
Well, so, amusingly enough, we did have exactly this code previously, and then it was reported that that was causing problems with split windows, so I removed it: #81 I think we need to identify under what circumstances this line fixes a bug, and under what circumstances it causes a bug, so that we can make it conditional. Otherwise we'll just end up adding and removing this line ad infinitum. I guess until it's discovered what's causing the issue, we could at least make a user option so that people could set it to the appropriate value for their configuration, perhaps with a note in the docstring suggesting they add their feedback to this issue thread. |
This thread is being closed automatically by Tidier because it is labeled with "waiting on response" and has not seen any activity for 90 days. But don't worry—if you have any information that might advance the discussion, leave a comment and I will be happy to reopen the thread :) |
Sorry, I didn't see that you had added a user option. (I don't get email notifications for pushed commits.) |
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.
Comments:
ctrlf--restore-final-window-start-flag
should bectrlf-restore-final-window-start-flag
since it's part of the public API.- README and changelog should be updated.
If you open a new PR or reopen this one I'm happy to merge it.
#90