summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/api/tabpage_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-03-16fix(api): nvim_open_tabpage positional "enter"Sean Dewar1
2026-03-16fix(api): nvim_open_tabpage "after" like :[count]tabSean Dewar1
2026-03-16fix: nvim_open_tabpage cleanup, fixes, more testsSean Dewar1
2026-03-16feat(api): add nvim_open_tabpageWill Hopkins1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-03-08fix(api): patch some cmdwin/textlock holesSean Dewar1
2024-01-29feat(api): add nvim_tabpage_set_win (#27222)Will Hopkins1
2024-01-29test: more tests for nvim_tabpage_get_win (#27248)zeertzjq1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: normalise nvim bridge functionsLewis Russell1
2024-01-12test: do not inject vim module into global helpersLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2020-01-14API: include invalid buffer/window/tabpage in error message (#11712)Daniel Hahler1
2019-09-06test: Rename meth_pcall to pcall_errJustin M. Keyes1
2018-09-05API: Avoid overrun when formatting error-messageJustin M. Keyes1
2017-04-24api: Do not translate error messages.Justin M. Keyes1
2017-02-23api: Make sure dict_set_var doesn’t edit read-only valuesZyX1
2016-10-24test/api: Specify handling of VimL errors, v:errmsg.Justin M. Keyes1
2016-10-04api: Support getting the number of a window/tabpageJames McCoy1
2016-09-17api: Establish API naming convention. (#5344)Justin M. Keyes1
2016-09-15api: make nvim[_obj]_set_var and _del_var not return the old valueBjörn Linse1
2016-06-10functests: Check logs in lua codeZyX1
2016-04-28Satisfy testlint.KillTheMule1
2016-04-18api: Replace set_var(name, NIL) with del_var(name)ZyX1
2014-10-16test: Use lua to perform sanity API checksThiago de Arruda1