summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/api/window_spec.lua
AgeCommit message (Expand)AuthorFiles
2021-06-10api: include border in nvim_win_get_configCorey Williamson1
2021-06-01api(nvim_open_win): add "noautocmd" optionSean Dewar1
2021-03-09api: add vim.api.nvim_win_hideCorey Williamson1
2020-10-19A Mudholland Dr. RecastBjörn Linse1
2020-01-14API: include invalid buffer/window/tabpage in error message (#11712)Daniel Hahler1
2019-09-06test: Eliminate expect_errJustin M. Keyes1
2019-09-06test: Rename meth_pcall to pcall_errJustin M. Keyes1
2019-09-01API: make nvim_win_set_option() set window-global, not buffer-local #9110Björn Linse1
2019-08-10api/window: disallow closing non-current window in cmdwin stateBjörn Linse1
2019-08-10API: nvim_win_close: Fix closing cmdline-window #10087R. Simon1
2019-03-03api: add nvim_win_close() to close window by idBjörn Linse1
2018-11-25API: Implement nvim_win_set_buf() #9100Justin M. Keyes1
2018-09-05API: Avoid overrun when formatting error-messageJustin M. Keyes1
2018-06-25API: nvim_win_set_cursor: set curswant #8613David Hotham1
2017-05-08functests: Fix testsZyX1
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-18api: Replace set_var(name, NIL) with del_var(name)ZyX1
2015-11-23test/functional: clean up according to luacheck (part 2)Marco Hinz1
2015-02-16test: Fix race condition in window_spec.luaThiago de Arruda1
2014-11-25Fix broken functional test.John Szakmeister1
2014-11-01test/api: add test for set_cursor always updating the screenBjörn Linse1
2014-10-16test: Use lua to perform sanity API checksThiago de Arruda1