summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/buffer.c
AgeCommit message (Expand)AuthorFiles
2025-08-20vim-patch:8.2.0853: ml_delete() often called with FALSE argumentJan Edmund Lazo1
2025-08-17fix(api): on_detach consistently before buf_freeall autocmdsSean Dewar1
2025-08-17fix(api,lsp): call on_detach before wiping out the buffer #35355Jaehwang Jung1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-08-14vim-patch:9.1.1627: fuzzy matching can be improvedzeertzjq1
2025-08-09vim-patch:9.1.1603: completion: cannot use autoloaded funcs in 'complete' F{f...zeertzjq1
2025-08-07vim-patch:9.1.1599: :bnext doesn't go to unlisted help buffers (#35216)zeertzjq1
2025-07-22fix(window): restore b_nwindows if win_close_othertab keeps windowSean Dewar1
2025-07-20vim-patch:8.1.1891: functions used in one file are globalJan Edmund Lazo1
2025-07-18vim-patch:9.1.1557: not possible to anchor specific lines in diff mode (#34967)zeertzjq1
2025-06-17feat(prompt): multiline prompt input #33371Shadman1
2025-05-17vim-patch:9.1.1396: 'grepformat' is a global option (#34060)zeertzjq1
2025-05-15vim-patch:9.1.1387: memory leak when buflist_new() fails to reuse curbufSean Dewar1
2025-05-09fix(terminal): check size when switching buffersSean Dewar1
2025-05-04vim-patch:9.1.1361: [security]: possible use-after-free when closing a buffer...Sean Dewar1
2025-04-30feat(terminal): parse current buffer contents in nvim_open_term() (#33720)Gregory Anders1
2025-04-29feat(ui): no delay for errors with ext_messages (#33693)luukvbaal1
2025-04-27vim-patch:9.1.1341: cannot define completion triggersglepnir1
2025-02-23vim-patch:9.1.1139: [fifo] is not displayed when editing a fifozeertzjq1
2025-01-09vim-patch:9.1.0997: too many strlen() calls in drawscreen.c (#31927)zeertzjq1
2024-12-16refactor(wininfo): change wininfo from a linked list to an arraybfredl1
2024-11-23refactor(options): autogenerate valid values and flag enums for options (#31089)Famiu Haque1
2024-11-20refactor(options): impl default 'titlestring' by format flags #30843zshuzh1
2024-11-20fix(messages): more ext_messages kinds #31279luukvbaal1
2024-11-08refactor(message): propagate highlight id instead of attrsLuuk van Baal1
2024-11-03vim-patch:9.1.0831: 'findexpr' can't be used as lambad or Funcref (#31058)zeertzjq1
2024-10-29vim-patch:9.1.0810: cannot easily adjust the |:find| commandzeertzjq1
2024-10-24vim-patch:9.1.0804: tests: no error check when setting global 'cc'zeertzjq1
2024-10-11fix(build): remove USE_FNAME_CASE, redundant with CASE_INSENSITIVE_FILENAMEbfredl1
2024-10-07vim-patch:9.1.0764: [security]: use-after-free when closing a buffer (#30705)zeertzjq1
2024-09-19refactor!: rename 'jumpoptions' flag "unload" to "clean" (#30418)zeertzjq1
2024-09-11fix: replace NVIM with Nvim in default titlestring (#30348)Gregory Anders1
2024-08-17vim-patch:9.1.0678: [security]: use-after-free in alist_add()zeertzjq1
2024-08-08vim-patch:8.2.3476: renaming a buffer on startup may cause using freed memoryzeertzjq1
2024-08-05refactor(shada): rework msgpack decoding without msgpack-cbfredl1
2024-07-30refactor: collapse statements in single assignmentsLewis Russell1
2024-07-11vim-patch:9.1.0557: moving in the buffer list doesn't work as documented (#29...zeertzjq1
2024-07-11vim-patch:9.1.0556: :bwipe doesn't remove file from jumplist of other tabpage...zeertzjq1
2024-07-10vim-patch:9.1.0554: :bw leaves jumplist and tagstack data around (#29639)zeertzjq1
2024-06-30feat(jumplist): allow opting out of removing unloaded buffers (#29347)zeertzjq1
2024-06-14revert: "refactor: use S_LEN macro" (#29319)Lewis Russell1
2024-06-11refactor: use S_LEN(s) instead of s, n (#29219)James1
2024-06-06vim-patch:9.1.0469: Cannot have buffer-local value for 'completeopt'zeertzjq1
2024-06-04refactor: replace '\0' with NULJames Tirta Halim1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-04-01vim-patch:9.1.0231: Filetype may be undetected when SwapExists sets ft in oth...zeertzjq1
2024-03-13fix(api/buffer): fix handling of viewport of non-current bufferbfredl1
2024-03-11vim-patch:9.1.0147: Cannot keep a buffer focused in a windowColin Kennedy1
2024-03-09fix(window): :close may cause Nvim to quit with autocmd and floatzeertzjq1
2024-03-08vim-patch:9.1.0116: win_split_ins may not check available roomSean Dewar1