-
-
Notifications
You must be signed in to change notification settings - Fork 624
The cmdheight setting is not kept when closing when open_replacing_current_buffer is used. #1645
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
Comments
Confirmed for both |
related #1506 |
This is a difficult one. The change for |
I don't see anything enlightening in between and last set is not helpful/incorrect. |
This might not be an nvim-tree issue. The challenge is to reproduce without nvim-tree. |
Looks like this one's resolved at nvim 0.9.4 There has been some activity around that area...
|
Description
The
cmdheight
settings doesn't seems to be kept whenopen_replacing_current_buffer
is used and then theclose
action is issued.Neovim version
Operating system and version
Linux 5.15.0-48-generic
nvim-tree version
b01e7be
Minimal config
Steps to reproduce
Expected behavior
the
cmdheight
property is kept to the original value of2
Actual behavior
the
cmdheight
is set to1
The text was updated successfully, but these errors were encountered: