summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/buffer.c
AgeCommit message (Expand)AuthorFiles
2026-04-22fix(options): default 'titlestring' shows CWD #39233Nick Krichevsky1
2026-04-18fix(marks): adjust marks when unloading "nofile" buffer #39118luukvbaal1
2026-04-14build: update clang v21, fix warningsdundargoc1
2026-03-31vim-patch:9.2.0232: fileinfo not shown after :bd of last listed buffer (#38453)zeertzjq1
2026-03-30refactor(buffer.c): fix coverity warning (#38589)zeertzjq1
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-29vim-patch:9.2.0252: Crash when ending Visual mode after curbuf was unloadedSean Dewar1
2026-03-27feat(prompt): prompt_appendbuf() appends to prompt buffer #37763Shadman1
2026-03-25fix: :ball w_locked check, reset b_nwindows in free_all_mem() #38484Sean Dewar1
2026-03-17fix(marks): make jumpoptions=view work with 'smoothscroll' (#38339)zeertzjq1
2026-03-14refactor(window): lastwin_nofloating takes tpSean Dewar1
2026-03-03fix(window): style=minimal window loses local options when switching buffers ...glepnir1
2026-02-28fix(float): style=minimal leaks into normal windows #25185glepnir1
2026-02-14feat(prompt): plugins can update prompt during user input #37743Shadman1
2026-02-08fix(terminal): autocmds leave terminal open to wiped bufferSean Dewar1
2026-02-08fix(messages): unwanted newlines with ext_messages #37733luukvbaal1
2026-02-07vim-patch:9.1.2136: :tab sbuffer may close old tabpage (#37765)zeertzjq1
2026-01-17vim-patch:8.2.0371: crash with combination of terminal popup and autocmd (#37...zeertzjq1
2026-01-17vim-patch:9.1.2090: Last buffer not freed with EXITFREEzeertzjq1
2026-01-17vim-patch:9.1.2087: Crash when using :tabonly in BufUnloadzeertzjq1
2026-01-15refactor: remove dead code, adjust commentSean Dewar1
2026-01-14vim-patch:9.1.2023: [security]: Use-after-free in alist_add() with nasty autocmdzeertzjq1
2026-01-14vim-patch:9.1.1323: b:undo_ftplugin not executed when re-using bufferzeertzjq1
2026-01-09fix(:ls): check for finished terminal properly (#37303)zeertzjq1
2026-01-08vim-patch:9.1.2066: :wqall! doesn't close a terminal like :qall! does (#37314)zeertzjq1
2026-01-08vim-patch:9.1.2068: :bd/bw may try to switch to a closing bufferSean Dewar1
2026-01-08vim-patch:9.1.2058: b_locked_split is not checked for :sbufferSean Dewar1
2026-01-06vim-patch:9.1.2055: Division by zero in :file after failing to wipe buffer (#...zeertzjq1
2026-01-06fix(buffer): don't reuse 1-line terminal buffer (#37261)zeertzjq1
2026-01-06fix(terminal): crash when TermClose switches back to terminal bufferzeertzjq1
2026-01-06fix(terminal): crash when TermClose deletes other bufferszeertzjq1
2026-01-05vim-patch:8.1.0753: printf format not checked for semsg() (#37248)zeertzjq1
2026-01-05fix(terminal): avoid multiple terminals writing to same buffer (#37219)zeertzjq1
2025-12-28vim-patch:8.2.0098: exe stack length can be wrong without being detected (#37...Jan Edmund Lazo1
2025-12-28vim-patch:9.1.2024: 'fsync' option cannot be set per buffer (#37129)zeertzjq1
2025-12-20refactor(messages): encapsulate msg_delay logicJustin M. Keyes1
2025-12-20test(messages): skip os_delay during testsJustin M. Keyes1
2025-12-15fix(buffer): switching buffer should respect jumpoptions+=view (#36969)zeertzjq1
2025-12-12vim-patch:9.1.1971: Crash when buffer gets deleted inside charconvert during ...zeertzjq1
2025-12-01feat(version): support multiple Vim versionsJan Edmund Lazo1
2025-11-30fix(buffer): defer w_buffer clearing to prevent dict watcher crash #36748CompileAndConquer1
2025-12-01fix(buffer): don't allow changedtick watcher to delete buffer (#36764)zeertzjq1
2025-11-28vim-patch:9.1.1933: completion: complete_match() is not useful (#36726)zeertzjq1
2025-10-31vim-patch:9.1.1890: %P in 'statusline' doesn't behave as documentedzeertzjq1
2025-10-31vim-patch:9.1.1479: regression when displaying localized percentage positionzeertzjq1
2025-10-30vim-patch:9.1.1291: too many strlen() calls in buffer.czeertzjq1
2025-10-04vim-patch:partial:8.1.1939: code for handling v: variables in generic eval fi...Jan Edmund Lazo1
2025-09-21vim-patch:9.1.1779: completion: 'autocomplete' cannot be enabled per buffer (...zeertzjq1
2025-09-08fix(api): crash when moving curwin to other tabpage #35679glepnir1