summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/api/window_spec.lua
AgeCommit message (Expand)AuthorFiles
2024-04-16fix(api): ignore 'autochdir' when renaming other buf (#28376)zeertzjq1
2024-04-16fix(api): ignore 'autochdir' when setting buf in other win (#28371)Raphael1
2024-04-15fix(api): make width/height for split by nvim_open_win work (#28341)zeertzjq1
2024-04-14feat(api)!: nvim_open_win: noautocmd blocks all autocmds #28192Sean Dewar1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-03-15fix(api): update grid cursor in nvim_win_set_cursor()Luuk van Baal1
2024-03-09fix(api): win_set_config set tp_curwin of win moved from other tabpageSean Dewar1
2024-03-09fix(api): win_set_config update statuslines after removing splitsSean Dewar1
2024-03-08fix(api): patch some cmdwin/textlock holesSean Dewar1
2024-03-08fix(api): handle win_split_ins failure properlySean Dewar1
2024-03-08fix(api): make open_win block only enter/leave events if !enter && !noautocmdSean Dewar1
2024-03-08fix(api): make win_set_config with "win" for splits need "split/vertical"Sean Dewar1
2024-03-08fix(api): make open_win/win_set_config check if splitting allowedSean Dewar1
2024-03-08fix(api): avoid open_win UAF if target buf deleted by autocmdsSean Dewar1
2024-03-08fix(api): open_win fire Buf* events when !enter && !noautocmd if entered earlySean Dewar1
2024-03-08fix(api): open_win fire BufWinEnter for other buffer when !enter && !noautocmdSean Dewar1
2024-03-08fix(api): win_set_config fires unnecessary autocmdsSean Dewar1
2024-03-08fix(api): win_set_config autocmds crash when moving win to other tabpageSean Dewar1
2024-02-01feat(api): make nvim_open_win support non-floating windows (#25550)Will Hopkins1
2024-01-28vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is openSean Dewar1
2024-01-16test: use integers for API Buffer/Window/Tabpage EXT typesLewis Russell1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: normalise nvim bridge functionsLewis Russell1
2024-01-12test: typing for helpers.methsLewis Russell1
2024-01-12test: do not inject vim module into global helpersLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-12-16fix(api): crash after nvim_win_set_config title/footer validation error (#26606)notomo1
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq1
2023-09-22fix(api): get virtual text with multiple hl properly (#25307)zeertzjq1
2023-08-17fix(api): disallow win_set_buf from changing cmdwin's old curbuf (#24745)Sean Dewar1
2023-07-26feat(api): allow win_hide to close cmdwin or non-previous windowsSean Dewar1
2023-07-26feat(api): allow win_close in cmdwin to close wins except previousSean Dewar1
2023-07-26feat(api): allow open_win/win_set_buf in the cmdwin in some casesSean Dewar1
2023-07-16feat(api)!: change return type of nvim_win_text_height to Dict (#24365)zeertzjq1
2023-07-11feat(api): add nvim_win_text_height (#24236)zeertzjq1
2023-06-01test: added tests for set_height with winminheight=0 and a winbarFolke Lemaitre1
2023-05-22test: don't unnecessarily specify win/buf for `nvim_(get|set)_option_value`Famiu Haque1
2023-05-21refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell1
2022-12-10fix(api): set correct curbuf when temporarily changing curwin (#21371)zeertzjq1
2022-12-02fix(float): make closing float in another tab return to correct windowzeertzjq1
2022-11-17fix(api): nvim_win_set_cursor redraw cursorcolumn for non-current window (#21...Jlll11
2022-10-05test(api): migrate screenchar() test in in window API to screen testbfredl1
2022-06-04docs: fix typos (#18269)dundargoc1
2022-05-15refactor(ui)!: link `VertSplit` to `Normal` by defaultFamiu Haque1
2022-02-15fix(api): nvim_win_set_cursor() redraw for cursorline and statuslinezeertzjq1
2021-12-04feat(api): add nvim_get_option_valueGregory Anders1
2021-09-25fix(api): fix crash after set_option_value_for() #15390gmntroll1
2021-08-22fix(window.c): win_close from other tabpage #15454notomo1
2021-08-18test: update tests to work with 'hidden'Gregory Anders1