mirror of
https://github.com/neovim/neovim.git
synced 2026-08-17 22:04:46 -05:00
Problem: When the only window has 'winfixheight' set and 'laststatus'
is one, splitting it leaves one screen line unused. This
happens for example when jumping to an item from a maximized
quickfix window (rendcrx)
Solution: Do not subtract the height of the status line twice
(Hirohito Higashi)
fixes: vim/vim#20495
closes: vim/vim#20871
https://github.com/vim/vim/commit/ab36bcc870f47a96c00602bd50bdf1aeb09e71da
Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>