summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/ui/screen_basic_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-13test(ui/screen_basic_spec): scrolling behind floating window #38993jdrouhard1
2025-12-10fix(grid): assert crash during extreme resize layouts #36847CompileAndConquer1
2025-01-04refactor(tests): merge n.spawn/n.spawn_argv into n.new_session #31859Justin M. Keyes1
2024-12-02fix(ui): clamp 'cmdheight' for other tabpages on screen resize (#31419)zeertzjq1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-05-27fix(drawline): don't draw beyond end of window (#29035)zeertzjq1
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-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: typing for helpers.methsLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-12-24refactor(options): remove side effects from `check_num_option_bounds()`Famiu Haque1
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq1
2023-12-06test: 'nofsync' with deadly signal #26415Justin M. Keyes1
2023-12-02feat(highlight): update default color schemeEvgeni Chasnovski1
2023-10-03refactor(message): simplify msg_puts_display and use batched grid updatesbfredl1
2023-07-23fix(events): trigger VimResume on next UI request (#24426)zeertzjq1
2023-06-04fix(ui): don't send empty grid_line with redrawdebug=compositor (#23899)zeertzjq1
2023-05-26fix(ui-ext): send title to newly-attached UIzeertzjq1
2023-05-21refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell1
2023-05-10test: move most title tests to a separate file (#23557)zeertzjq1
2023-05-06fix(api): don't change title when setting buffer in a window (#23492)zeertzjq1
2023-02-13fix(ui): make sure screen is valid after resizingzeertzjq1
2022-11-22test: simplify platform detection (#21020)dundargoc1
2022-10-22fix(ui): send grid_resize events before triggering VimResized (#20760)zeertzjq1
2022-10-12test: add a test for #20605zeertzjq1
2022-10-05feat(messages)!: graduate the 'msgsep' featurebfredl1
2022-05-15refactor(ui)!: link `VertSplit` to `Normal` by defaultFamiu Haque1
2022-01-25fix: set RedrawingDisabled before entering aucmd_winzeertzjq1
2021-03-23screen: setup scrolling main screen when starting with display-=msgsepBjörn Linse1
2020-01-06vim-patch:8.1.1308: the Normal highlight is not defined when compiled with GUIJan Edmund Lazo1
2019-09-26Fix two more flaky tests (#11095)Daniel Hahler1
2019-02-05UI: always use contrete colors for default_colors_setBjörn Linse1
2018-12-05screen: add missing status redraw when redraw_later(CLEAR) was usedBjörn Linse1
2018-10-25UI: add missing redraw after enter_tabpageBjörn Linse1
2018-10-15tests: improve robustness of immediate successes in screen testsBjörn Linse1
2018-10-01ui: rename ext_newgrid to ext_linegridBjörn Linse1
2018-07-24tests: add test for switching tabpage right after scrollBjörn Linse1
2018-07-24tests: test for redrawing tabline when msgsep marker goes outside screenBjörn Linse1
2018-07-21ui: use line-based rather than char-based updates in screen.cBjörn Linse1
2018-07-12screen: truncate showmode messagesBjörn Linse1
2018-05-04Merge pull request #8358 from mhinz/screenJames McCoy1
2018-05-04test: screen artifactsMarco Hinz1
2018-05-04messages: redraw tabline if it was overdrawn by messagesBjörn Linse1
2018-04-15events: VimSuspend, VimResume #8280geekodour1
2018-04-08test/API: validate channel arg (#8245)Justin M. Keyes1
2018-03-31msg: do not scroll entire screen (#8088)Björn Linse1
2018-02-23'fillchars': fix defaults logic; handle ambiwidth=double #7986Matthieu Coudron1