summaryrefslogtreecommitdiffstatshomepage
path: root/test/unit/buffer_spec.lua
AgeCommit message (Expand)AuthorFiles
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2023-12-04build: enable lintlua for test/unit/ dir #26396Justin M. Keyes1
2023-09-30test(unit): move statusline tests to statusline_spec.lua (#25441)zeertzjq1
2023-01-09feat(ui): add 'statuscolumn' optionluukvbaal1
2022-12-22test(unit): use file:close() properly (#21505)zeertzjq1
2022-11-08vim-patch:9.0.0844: handling 'statusline' errors is spread out (#20992)luukvbaal1
2022-08-19refactor: move statusline code from buffer.c and [draw]screen.c to new filebfredl1
2022-05-28test(unit): use setup()/teardown() in buffer_spec.lua (#18739)Jun-ichi TAKIMOTO1
2022-04-08vim-patch:8.2.0004: get E685 and E931 if buffer reload is interruptedzeertzjq1
2022-01-16feat(statusline): support multibyte fillcharzeertzjq1
2020-10-31vim-patch:8.2.1909: number of status line items is limited to 80Rom Grk1
2018-07-10test: build_stl_str_hl (#8703)ZviRackover1
2017-03-11unittests: Check core dumps in after_each, like in functestsZyX1
2017-03-11unittests: Run all unit tests in their own processesZyX1
2016-08-31api: unify buffer numbers and window ids with handlesBjörn Linse1
2016-06-14Add new functionality to the `=` marker in the STLTJ DeVries1
2016-04-03buffer.c: change return type to boolCharles Joachim1
2015-11-23test/unit: clean up according to luacheckMarco Hinz1
2015-11-11Start adding unit testsWayne Rowcliffe1
2015-07-01test: Ensure proper initialization in unit/helpers.luaThiago de Arruda1
2014-09-11unit tests: initialize everythingJustin M. Keyes1
2014-07-22Add tests for buffer.c and fileio.cWayne Rowcliffe1