aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/window_spec.lua
Commit message (Expand)AuthorAge
* fix(api): get virtual text with multiple hl properly (#25307)zeertzjq2023-09-22
* fix(api): disallow win_set_buf from changing cmdwin's old curbuf (#24745)Sean Dewar2023-08-17
* feat(api): allow win_hide to close cmdwin or non-previous windowsSean Dewar2023-07-26
* feat(api): allow win_close in cmdwin to close wins except previousSean Dewar2023-07-26
* feat(api): allow open_win/win_set_buf in the cmdwin in some casesSean Dewar2023-07-26
* feat(api)!: change return type of nvim_win_text_height to Dict (#24365)zeertzjq2023-07-16
* feat(api): add nvim_win_text_height (#24236)zeertzjq2023-07-11
* test: added tests for set_height with winminheight=0 and a winbarFolke Lemaitre2023-06-01
* test: don't unnecessarily specify win/buf for `nvim_(get|set)_option_value`Famiu Haque2023-05-22
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* fix(api): set correct curbuf when temporarily changing curwin (#21371)zeertzjq2022-12-10
* fix(float): make closing float in another tab return to correct windowzeertzjq2022-12-02
* fix(api): nvim_win_set_cursor redraw cursorcolumn for non-current window (#21...Jlll12022-11-17
* test(api): migrate screenchar() test in in window API to screen testbfredl2022-10-05
* docs: fix typos (#18269)dundargoc2022-06-04
* refactor(ui)!: link `VertSplit` to `Normal` by defaultFamiu Haque2022-05-15
* fix(api): nvim_win_set_cursor() redraw for cursorline and statuslinezeertzjq2022-02-15
* feat(api): add nvim_get_option_valueGregory Anders2021-12-04
* fix(api): fix crash after set_option_value_for() #15390gmntroll2021-09-25
* fix(window.c): win_close from other tabpage #15454notomo2021-08-22
* test: update tests to work with 'hidden'Gregory Anders2021-08-18
* api: include border in nvim_win_get_configCorey Williamson2021-06-10
* api(nvim_open_win): add "noautocmd" optionSean Dewar2021-06-01
* api: add vim.api.nvim_win_hideCorey Williamson2021-03-09
* A Mudholland Dr. RecastBjörn Linse2020-10-19
* API: include invalid buffer/window/tabpage in error message (#11712)Daniel Hahler2020-01-14
* test: Eliminate expect_errJustin M. Keyes2019-09-06
* test: Rename meth_pcall to pcall_errJustin M. Keyes2019-09-06
* API: make nvim_win_set_option() set window-global, not buffer-local #9110Björn Linse2019-09-01
* api/window: disallow closing non-current window in cmdwin stateBjörn Linse2019-08-10
* API: nvim_win_close: Fix closing cmdline-window #10087R. Simon2019-08-10
* api: add nvim_win_close() to close window by idBjörn Linse2019-03-03
* API: Implement nvim_win_set_buf() #9100Justin M. Keyes2018-11-25
* API: Avoid overrun when formatting error-messageJustin M. Keyes2018-09-05
* API: nvim_win_set_cursor: set curswant #8613David Hotham2018-06-25
* functests: Fix testsZyX2017-05-08
* 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
* api: Replace set_var(name, NIL) with del_var(name)ZyX2016-04-18
* test/functional: clean up according to luacheck (part 2)Marco Hinz2015-11-23
* test: Fix race condition in window_spec.luaThiago de Arruda2015-02-16
* Fix broken functional test.John Szakmeister2014-11-25
* test/api: add test for set_cursor always updating the screenBjörn Linse2014-11-01
* test: Use lua to perform sanity API checksThiago de Arruda2014-10-16