aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/window_spec.lua
Commit message (Expand)AuthorAge
* Merge pull request #31597 from bfredl/deletionismbfredl2025-01-20
|\
| * fix(wininfo): when freeing windows, free the lowest priority wininfobfredl2025-01-14
* | fix(api): generic error messages, not using TRY_WRAP #31596Justin M. Keyes2024-12-16
* | fix(api): not using TRY_WRAP, generic error messages #31595Justin M. Keyes2024-12-16
|/
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* fix(window): making float with title/footer non-float leaks memory (#30551)zeertzjq2024-09-28
* fix(api): fix crash/leak with float title/footer on error (#30543)zeertzjq2024-09-27
* test(api/window_spec): remove duplicate test (#30538)zeertzjq2024-09-27
* refactor: use `vim._with` where possibledundargoc2024-06-28
* refactor(tests): use more global highlight definitionsbfredl2024-05-26
* feat(api): allow floats to be opened in non-current tabpage (#28480)Will Hopkins2024-04-25
* test: improve test conventionsdundargoc2024-04-23
* fix(api): do not update grid position in nvim_win_set_cursor (#28235)luukvbaal2024-04-21
* fix(api): ignore 'autochdir' when renaming other buf (#28376)zeertzjq2024-04-16
* fix(api): ignore 'autochdir' when setting buf in other win (#28371)Raphael2024-04-16
* fix(api): make width/height for split by nvim_open_win work (#28341)zeertzjq2024-04-15
* feat(api)!: nvim_open_win: noautocmd blocks all autocmds #28192Sean Dewar2024-04-14
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* fix(api): update grid cursor in nvim_win_set_cursor()Luuk van Baal2024-03-15
* fix(api): win_set_config set tp_curwin of win moved from other tabpageSean Dewar2024-03-09
* fix(api): win_set_config update statuslines after removing splitsSean Dewar2024-03-09
* fix(api): patch some cmdwin/textlock holesSean Dewar2024-03-08
* fix(api): handle win_split_ins failure properlySean Dewar2024-03-08
* fix(api): make open_win block only enter/leave events if !enter && !noautocmdSean Dewar2024-03-08
* fix(api): make win_set_config with "win" for splits need "split/vertical"Sean Dewar2024-03-08
* fix(api): make open_win/win_set_config check if splitting allowedSean Dewar2024-03-08
* fix(api): avoid open_win UAF if target buf deleted by autocmdsSean Dewar2024-03-08
* fix(api): open_win fire Buf* events when !enter && !noautocmd if entered earlySean Dewar2024-03-08
* fix(api): open_win fire BufWinEnter for other buffer when !enter && !noautocmdSean Dewar2024-03-08
* fix(api): win_set_config fires unnecessary autocmdsSean Dewar2024-03-08
* fix(api): win_set_config autocmds crash when moving win to other tabpageSean Dewar2024-03-08
* feat(api): make nvim_open_win support non-floating windows (#25550)Will Hopkins2024-02-01
* vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is openSean Dewar2024-01-28
* test: use integers for API Buffer/Window/Tabpage EXT typesLewis Russell2024-01-16
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: normalise nvim bridge functionsLewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* test: do not inject vim module into global helpersLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* fix(api): crash after nvim_win_set_config title/footer validation error (#26606)notomo2023-12-16
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* 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