summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/window.c
AgeCommit message (Expand)AuthorFiles
2026-04-22vim-patch:9.2.0356: Cannot apply 'scrolloff' context lines at end of filezeertzjq1
2026-04-21fix(move): avoid integer overflow with large 'scrolloff' (#39251)zeertzjq1
2026-04-19feat(options): add 'winpinned' to pin a window #39157luukvbaal1
2026-04-16fix(float): don't unload 'hidden' float buffer with :close! (#39096)luukvbaal1
2026-04-14build: update clang v21, fix warningsdundargoc1
2026-03-31fix(window): clear cmdline 'ruler' when window is closed #38631luukvbaal1
2026-03-29vim-patch:9.2.0254: w_locked can be bypassed when setting recursivelySean Dewar1
2026-03-29vim-patch:9.2.0253: various issues with wrong b_nwindows after closing buffersSean Dewar1
2026-03-17vim-patch:9.2.0180: possible crash with winminheight=0 (#38335)zeertzjq1
2026-03-16fix: nvim_open_tabpage cleanup, fixes, more testsSean Dewar1
2026-03-16feat(api): add nvim_open_tabpageWill Hopkins1
2026-03-15feat(help): super K (":help!") guesses tag at cursor #36205Justin M. Keyes1
2026-03-14fix(api): disallow moving window between tabpages in more casesSean Dewar1
2026-03-14refactor(window): lastwin_nofloating takes tpSean Dewar1
2026-03-14fix(window): don't leak fold memory with style=minimal #38287Sean Dewar1
2026-03-08fix(api): merge split window config only on successSean Dewar1
2026-03-03fix(window): style=minimal window loses local options when switching buffers ...glepnir1
2026-02-15vim-patch:9.2.0004: Changing hidden prompt buffer cancels :startinsert/:stopi...zeertzjq1
2026-02-12fix(api): preserve WinConfig style when converting float to split #37264glepnir1
2026-02-08fix(window): use real last buffer of closed windowSean Dewar1
2026-02-08fix(autocmd): potential TabClosed UAF, always set abufSean Dewar1
2026-02-08fix(terminal): update size after closing windowSean Dewar1
2026-01-20vim-patch:9.1.2097: TabClosedPre may be triggered twice for the same tab pagezeertzjq1
2026-01-20vim-patch:9.1.2093: heap-use-after-free when wiping buffer in TabClosedPrezeertzjq1
2026-01-20vim-patch:9.1.1211: TabClosedPre is triggered just before the tab is being freedzeertzjq1
2026-01-20vim-patch:9.1.1202: Missing TabClosedPre autocommandzeertzjq1
2026-01-17vim-patch:9.1.2087: Crash when using :tabonly in BufUnloadzeertzjq1
2026-01-17vim-patch:9.0.0909: error message for layout change does not match action (#3...zeertzjq1
2026-01-16vim-patch:9.1.0671: Problem: crash with WinNewPre autocommandzeertzjq1
2026-01-16vim-patch:9.1.0117: Stop split-moving from firing WinNew and WinNewPre autoco...zeertzjq1
2026-01-16vim-patch:9.1.0059: No event triggered before creating a windowzeertzjq1
2026-01-14vim-patch:9.1.2085: Use-after-free in winframe_remove()zeertzjq1
2026-01-14vim-patch:9.1.1323: b:undo_ftplugin not executed when re-using bufferzeertzjq1
2026-01-14vim-patch:partial:9.0.0907: restoring window after WinScrolled may failzeertzjq1
2026-01-05vim-patch:8.1.0753: printf format not checked for semsg() (#37248)zeertzjq1
2026-01-05fix(window): crash closing split if autocmds close other splits (#37233)zeertzjq1
2026-01-04fix(window): crash closing only non-float if autocmds :tabonly (#37218)Sean Dewar1
2026-01-01vim-patch:8.2.2198: ml_get error when resizing window and using text propertyJan Edmund Lazo1
2025-12-21fix(window): win_move_after UAF from naughty autocmds (#37065)Sean Dewar1
2025-12-21vim-patch:9.1.2001: cursor may end up in wrong window after :botright copen (...zeertzjq1
2025-12-10fix(eval): 0 should mean current tabpage in gettabvar() (#36891)zeertzjq1
2025-11-26feat(float): 'statusline' in floating windows #36521glepnir1
2025-11-25fix(events): crash on WinScrolled #35995Kent Sibilev1
2025-11-15vim-patch:9.1.1916: WinEnter autocommand confuses Vim when closing tabpage (#...zeertzjq1
2025-10-11fix(window): don't make hidden/unfocusable previous window current #36142luukvbaal1
2025-10-11fix: stale lines("w$") after nvim_win_set_height when splitkeep=screen #36056phanium1
2025-10-08vim-patch:9.1.1836: 'culopt' "screenline" not redrawn with line("w0") and :retabzeertzjq1
2025-10-05vim-patch:9.1.1831: stray vseps in right-most 'winfixwidth' windowSean Dewar1
2025-09-19vim-patch:9.1.1773: Crash in BufLeave after BufUnload closes other windows (#...zeertzjq1
2025-09-13feat(ui): support grid=0 in nvim_input_mouse #32535fredizzimo1