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

fix: workaround E36: Not enough room errors #522

Merged
merged 1 commit into from
Jun 26, 2023
Merged

fix: workaround E36: Not enough room errors #522

merged 1 commit into from
Jun 26, 2023

Conversation

xu-cheng
Copy link
Contributor

Due to the neovim upstream issue (neovim/neovim#19464), creating a float window will always inherit the winbar from the parent window. As such, the window height need to be >=2 to prevent "E36: Not enough room" error.

Due to the neovim upstream issue (neovim/neovim#19464),
creating a float window will always inherit the winbar from the parent window.
As such, the window height need to be >=2 to prevent "E36: Not enough room" error.
@folke folke merged commit f43775f into folke:main Jun 26, 2023
@folke
Copy link
Owner

folke commented Jun 26, 2023

thank you!

@xu-cheng xu-cheng deleted the winbar-fix branch June 26, 2023 09:12
willothy pushed a commit to willothy/noice.nvim that referenced this pull request Aug 19, 2023
Due to the neovim upstream issue (neovim/neovim#19464),
creating a float window will always inherit the winbar from the parent window.
As such, the window height need to be >=2 to prevent "E36: Not enough room" error.
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.

2 participants