summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/ui/winbar_spec.lua
AgeCommit message (Expand)AuthorFiles
2025-04-01fix(window): crash on negative window height with 'winbar' #33250luukvbaal1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-10-12feat(ui): statusline text inherits highlights #29976Riley Bruins1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-03-26refactor(tests): use new global defaults instead of set_default_attr_idsbfredl1
2024-02-15vim-patch:9.1.0106: Visual highlight hard to read with 'termguicolors'zeertzjq1
2024-01-16test: use integers for API Buffer/Window/Tabpage EXT typesLewis Russell1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: normalise nvim bridge functionsLewis Russell1
2024-01-12test: typing for helpers.methsLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq1
2023-05-21refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell1
2023-05-08fix(statusline): bail out properly on negative row (#23535)zeertzjq1
2023-04-14test(winbar_spec): properly update winbar when 'showcmdloc' is "statusline"quintik1
2022-08-24feat(eval)!: make Vim functions return inner window width and height (#19743)zeertzjq1
2022-08-13fix(winbar): do not always assume cursor is valid. fixes #19458bfredl1
2022-07-20fix: local winbar with tabsFamiu Haque1
2022-05-29fix(winbar): set w_winrow_off when initializing firstwin size (#18793)zeertzjq1
2022-05-28fix(winbar): only allow adding winbar when there is spaceFamiu Haque1
2022-05-28fix(winbar): fix winbar disappear or glitch when moving a split (#18775)zeertzjq1
2022-05-28fix(ui): require window-local value to show winbar on floating windows (#18773)Famiu Haque1
2022-05-22fix(winbar): allow winbar to display the rulerbfredl1
2022-05-19Merge pull request #18629 from famiu/fix/ui/winbarbfredl1
2022-05-19fix(ui): make `winbar` properly equalize window heights for local valueFamiu Haque1
2022-05-19fix(mouse): fix mouse drag position with winbarzeertzjq1
2022-05-18fix(ui): set correct position on mouse click when 'winbar' is enabledFamiu Haque1
2022-05-18feat(ui): add `'winbar'`Famiu Haque1