aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/winbar_spec.lua
Commit message (Expand)AuthorAge
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* fix(statusline): bail out properly on negative row (#23535)zeertzjq2023-05-08
* test(winbar_spec): properly update winbar when 'showcmdloc' is "statusline"quintik2023-04-14
* feat(eval)!: make Vim functions return inner window width and height (#19743)zeertzjq2022-08-24
* fix(winbar): do not always assume cursor is valid. fixes #19458bfredl2022-08-13
* fix: local winbar with tabsFamiu Haque2022-07-20
* fix(winbar): set w_winrow_off when initializing firstwin size (#18793)zeertzjq2022-05-29
* fix(winbar): only allow adding winbar when there is spaceFamiu Haque2022-05-28
* fix(winbar): fix winbar disappear or glitch when moving a split (#18775)zeertzjq2022-05-28
* fix(ui): require window-local value to show winbar on floating windows (#18773)Famiu Haque2022-05-28
* fix(winbar): allow winbar to display the rulerbfredl2022-05-22
* Merge pull request #18629 from famiu/fix/ui/winbarbfredl2022-05-19
|\
| * fix(ui): make `winbar` properly equalize window heights for local valueFamiu Haque2022-05-19
* | fix(mouse): fix mouse drag position with winbarzeertzjq2022-05-19
|/
* fix(ui): set correct position on mouse click when 'winbar' is enabledFamiu Haque2022-05-18
* feat(ui): add `'winbar'`Famiu Haque2022-05-18