summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/api/window_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-19feat(options): add 'winpinned' to pin a window #39157luukvbaal1
2026-03-16fix(api): use standard error messagesJustin M. Keyes1
2026-03-14fix(api): improve external window validationSean Dewar1
2026-03-14fix(api): disallow moving window between tabpages in more casesSean Dewar1
2026-03-14feat(api): nvim_win_set_config can move split to other tp as floatwinSean Dewar1
2026-03-14fix(winfloat): last_status when changing split to floatwinSean Dewar1
2026-03-14fix(api): relax config validation for "win"Sean Dewar1
2026-03-14refactor(api): cleanup, more comments, more tests, newsSean Dewar1
2026-03-14feat(api): nvim_win_set_config can move floatwin to another tabpageglepnir1
2026-03-14fix(window): don't leak fold memory with style=minimal #38287Sean Dewar1
2026-03-09Merge #38206 nvim_win_set_configJustin M. Keyes1
2026-03-09fix(api): don't re-apply minimal style if unchanged #38152Sean Dewar1
2026-03-09fix(api): unnecessary errors when not moving splitSean Dewar1
2026-03-09fix(api): redraw after setting minimal styleSean Dewar1
2026-03-08fix(api): merge split window config only on successSean Dewar1
2026-03-08fix(api): style=minimal not applied immediately for unmoved splitSean Dewar1
2026-03-03fix(api): return "style" in nvim_win_get_config() #38122Sean Dewar1
2026-02-12fix(api): preserve WinConfig style when converting float to split #37264glepnir1
2025-12-21fix(api): open_win leak from naughty autocommandsSean Dewar1
2025-12-21fix(api): ignore split_disallowed when opening a floatSean Dewar1
2025-11-22docs: misc, build, lspJustin M. Keyes1
2025-11-18feat(api): nvim_win_set_config accepts unchanged "noautocmd" #36463glepnir1
2025-10-08fix(api): nvim_open_win default to half-size for splits (#36088)Sean Dewar1
2025-10-04fix(api): nvim_open_win respects requested split window size (#35601)glepnir1
2025-09-08fix(api): crash when moving curwin to other tabpage #35679glepnir1
2025-09-06fix(api): win_set_config error message for splitting from a float #35650Sean Dewar1
2025-07-22fix(api): do not allow opening float to closing bufferSean Dewar1
2025-07-22fix(window): restore b_nwindows if win_close_othertab keeps windowSean Dewar1
2025-07-22fix(window): handle closing the only non-float in other tabpageSean Dewar1
2025-06-14fix(window): don't enter unfocusable or hidden prevwin (#34486)luukvbaal1
2025-05-04vim-patch:9.1.1361: [security]: possible use-after-free when closing a buffer...Sean Dewar1
2025-04-21feat(options): default statusline expression #33036Shadman1
2025-04-21feat(api): add "max_height" argument to nvim_win_text_height (#32835)luukvbaal1
2025-04-19test(api/window_spec): check start_vcol on folded line (#33535)zeertzjq1
2025-04-19test(api): nvim_win_text_height with virt_lines around fold (#33529)zeertzjq1
2025-03-19fix(api): don't use 'winborder' when reconfiguring float (#32984)glepnir1
2025-03-19fix(api): fix 'winborder' preventing splits with nvim_open_win (#32981)zeertzjq1
2025-01-20Merge pull request #31597 from bfredl/deletionismbfredl1
2025-01-14fix(wininfo): when freeing windows, free the lowest priority wininfobfredl1
2024-12-16fix(api): generic error messages, not using TRY_WRAP #31596Justin M. Keyes1
2024-12-16fix(api): not using TRY_WRAP, generic error messages #31595Justin M. Keyes1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-09-28fix(window): making float with title/footer non-float leaks memory (#30551)zeertzjq1
2024-09-27fix(api): fix crash/leak with float title/footer on error (#30543)zeertzjq1
2024-09-27test(api/window_spec): remove duplicate test (#30538)zeertzjq1
2024-06-28refactor: use `vim._with` where possibledundargoc1
2024-05-26refactor(tests): use more global highlight definitionsbfredl1
2024-04-25feat(api): allow floats to be opened in non-current tabpage (#28480)Will Hopkins1
2024-04-23test: improve test conventionsdundargoc1
2024-04-21fix(api): do not update grid position in nvim_win_set_cursor (#28235)luukvbaal1