aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/winbar_spec.lua
Commit message (Expand)AuthorAge
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* feat(ui): statusline text inherits highlights #29976Riley Bruins2024-10-12
* test: improve test conventionsdundargoc2024-04-23
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* refactor(tests): use new global defaults instead of set_default_attr_idsbfredl2024-03-26
* vim-patch:9.1.0106: Visual highlight hard to read with 'termguicolors'zeertzjq2024-02-15
* test: use integers for API Buffer/Window/Tabpage EXT typesLewis Russell2024-01-16
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: normalise nvim bridge functionsLewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* 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