-
Notifications
You must be signed in to change notification settings - Fork 10
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
ctrlp-funky messes up state #14
Comments
There's likely some autocommand missing, maybe this is causing it:
Try removing the It was changed/added in tacahiroy/ctrlp-funky@22a62c7 and was meant to address tacahiroy/ctrlp-funky#54. |
This is similar to #4. |
#4 was fixed for fugitive. |
I think it would be great to make it more robust, but then a test case to reproduce it is necessary after all. |
This issue still persists. I completely commented out the |
@tterranigma |
I have fixed this issue here. This can be closed I think. |
I realize this is a third party compatibility issue and not your problem, but I'm hoping you can shed some light on what's happening since I'm not familiar with vimscript.
When I trigger ctrlp-funky, it opens in a new horizontal split at the bottom of the window and the previous current pane dims. That much is expected. However when I select something in the ctrlp split, it scrolls to the position on my previous split and closes itself. At this point all the splits are dimmed. I would expect the previous split to not be dim. If I run
:DimInactive
, the state fixes itself.Thanks for any insight you might be able to provide.
The text was updated successfully, but these errors were encountered: