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

Setting ExtMessages to true should automatically set ExtCmdLine to true as well #162

Closed
svermeulen opened this issue Sep 17, 2020 · 3 comments

Comments

@svermeulen
Copy link

Currently if you set ExtMessages to true, but do not set ExtCmdline (leaving it as the default false), then the command line will be fully invisible. I am guessing this is because neovim automatically sets ext_cmdline to true when passing ext_messages as true

@akiyosi
Copy link
Owner

akiyosi commented Sep 20, 2020

Hi,
Thanks for the issue.
Yes, if ext_messages is true, thenext_cmdline should also be true. I'll try to fix that in the next release.

@akiyosi
Copy link
Owner

akiyosi commented Oct 7, 2020

This has been fixed in v0.4.8.

@akiyosi
Copy link
Owner

akiyosi commented Oct 16, 2020

Closed.

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

No branches or pull requests

2 participants