summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/ex_cmds/drop_spec.lua
AgeCommit message (Expand)AuthorFiles
2025-04-08fix(editor): respect [+cmd] when executing :drop #33339jyn1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-03-22vim-patch:9.1.0195: memleak with ex_drop, NULL dereferencezeertzjq1
2024-03-22vim-patch:9.1.0192: drop: don't rewind when editing the same filezeertzjq1
2024-01-24vim-patch:9.1.0046: :drop does not re-use empty buffer (#27165)zeertzjq1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq1
2022-05-15refactor(ui)!: link `VertSplit` to `Normal` by defaultFamiu Haque1
2021-08-17feat(defaults): set hiddenGregory Anders1
2020-06-18vim-patch:8.2.0966: 'shortmess' flag "n" not used in two placesJan Edmund Lazo1
2019-10-13tests/ui: remove unnecessary screen:detach()Björn Linse1
2018-06-22defaults: shortmess+=F (#8619)Justin M. Keyes1
2018-02-23'fillchars': fix defaults logic; handle ambiwidth=double #7986Matthieu Coudron1
2017-04-09functests: Replace execute with either command or feed_commandZyX1
2016-08-14tests: don't ignore highlights in various testsBjörn Linse1
2016-07-01Add test for :dropKillTheMule1