Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(tests): update legacy tab switch test to be sane | bfredl | 2022-04-05 |
| | |||
* | fix(ui): make window resize commands manage cmdheight | Famiu Haque | 2022-04-05 |
| | | | | Previously, the window resize commands did not resize the value of `cmdheight` when they caused a change in the topframe height, leaving a gap between the end of topframe and the start of the command line, this commit fixes that by making window resize commands automatically change the value of cmdheight if the resize affects the height of topframe. | ||
* | vim-patch:8.2.0131: command line is not cleared when switching tabs | Jan Edmund Lazo | 2020-10-29 |
Problem: Command line is not cleared when switching tabs and the command line height differs. Solution: Set the "clear_cmdline" flag when needed. (Naruhiko Nishino, closes vim/vim#5495) https://github.com/vim/vim/commit/479950f6c9aee4806f28a2b2fe5471e18a034cff |