aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/tabpage_spec.lua
Commit message (Expand)AuthorAge
* test: improve test conventionsdundargoc2024-04-23
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* fix(api): patch some cmdwin/textlock holesSean Dewar2024-03-08
* feat(api): add nvim_tabpage_set_win (#27222)Will Hopkins2024-01-29
* test: more tests for nvim_tabpage_get_win (#27248)zeertzjq2024-01-29
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: normalise nvim bridge functionsLewis Russell2024-01-12
* test: do not inject vim module into global helpersLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* API: include invalid buffer/window/tabpage in error message (#11712)Daniel Hahler2020-01-14
* test: Rename meth_pcall to pcall_errJustin M. Keyes2019-09-06
* API: Avoid overrun when formatting error-messageJustin M. Keyes2018-09-05
* api: Do not translate error messages.Justin M. Keyes2017-04-24
* api: Make sure dict_set_var doesn’t edit read-only valuesZyX2017-02-23
* test/api: Specify handling of VimL errors, v:errmsg.Justin M. Keyes2016-10-24
* api: Support getting the number of a window/tabpageJames McCoy2016-10-04
* api: Establish API naming convention. (#5344)Justin M. Keyes2016-09-17
* api: make nvim[_obj]_set_var and _del_var not return the old valueBjörn Linse2016-09-15
* functests: Check logs in lua codeZyX2016-06-10
* Satisfy testlint.KillTheMule2016-04-28
* api: Replace set_var(name, NIL) with del_var(name)ZyX2016-04-18
* test: Use lua to perform sanity API checksThiago de Arruda2014-10-16