Skip to content
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

enable airline back on close #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tap349
Copy link

@tap349 tap349 commented Dec 10, 2016

enable airline back on close. otherwise it remains disabled in some cases - e.g. after invoking CtrlP.

steps to reproduce:

  • call Extradite and close it
  • call CtrlP and close it too

-> airline statusline is disabled (the whole statusline is blue in my case - I'm using lucius color theme).

@int3
Copy link
Owner

int3 commented Dec 10, 2016

This seems like a problem that should be fixed in the airline code... why should this plugin have airline-specific code?

@xaizek
Copy link
Collaborator

xaizek commented Dec 10, 2016

Actually, 52326f6 added let w:airline_disabled = 1 for #37. Alternative would be to fire custom event(s) on close/open of extradite, so users of airline could disable/enable airline themselves. I didn't thought of this solution then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants