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

status_bar does not consider | in menu entries #43

Open
StephanHasler opened this issue Nov 18, 2021 · 1 comment
Open

status_bar does not consider | in menu entries #43

StephanHasler opened this issue Nov 18, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@StephanHasler
Copy link

I have menu entries like:
[
"Longer description 1|id_1",
"Longer description 2|id_2"
]

Corresponding to the documentation the preview_command callable gets passed the "id_?".
For consistency, I would expect a similar behavior for the status_bar callable. However, that gets passed "Longer description ?".

@IngoMeyer441
Copy link
Owner

Thanks for reporting this. You are right, the status bar should get the part behind the bar. Will add this to my todo list...

@IngoMeyer441 IngoMeyer441 added the bug Something isn't working label Nov 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants