aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer.c
Commit message (Expand)AuthorAge
* vim-patch:9.1.0997: too many strlen() calls in drawscreen.c (#31927)zeertzjq2025-01-09
* refactor(wininfo): change wininfo from a linked list to an arraybfredl2024-12-16
* refactor(options): autogenerate valid values and flag enums for options (#31089)Famiu Haque2024-11-23
* refactor(options): impl default 'titlestring' by format flags #30843zshuzh2024-11-20
* fix(messages): more ext_messages kinds #31279luukvbaal2024-11-20
* refactor(message): propagate highlight id instead of attrsLuuk van Baal2024-11-08
* vim-patch:9.1.0831: 'findexpr' can't be used as lambad or Funcref (#31058)zeertzjq2024-11-03
* vim-patch:9.1.0810: cannot easily adjust the |:find| commandzeertzjq2024-10-29
* vim-patch:9.1.0804: tests: no error check when setting global 'cc'zeertzjq2024-10-24
* fix(build): remove USE_FNAME_CASE, redundant with CASE_INSENSITIVE_FILENAMEbfredl2024-10-11
* vim-patch:9.1.0764: [security]: use-after-free when closing a buffer (#30705)zeertzjq2024-10-07
* refactor!: rename 'jumpoptions' flag "unload" to "clean" (#30418)zeertzjq2024-09-19
* fix: replace NVIM with Nvim in default titlestring (#30348)Gregory Anders2024-09-11
* vim-patch:9.1.0678: [security]: use-after-free in alist_add()zeertzjq2024-08-17
* vim-patch:8.2.3476: renaming a buffer on startup may cause using freed memoryzeertzjq2024-08-08
* refactor(shada): rework msgpack decoding without msgpack-cbfredl2024-08-05
* refactor: collapse statements in single assignmentsLewis Russell2024-07-30
* vim-patch:9.1.0557: moving in the buffer list doesn't work as documented (#29...zeertzjq2024-07-11
* vim-patch:9.1.0556: :bwipe doesn't remove file from jumplist of other tabpage...zeertzjq2024-07-11
* vim-patch:9.1.0554: :bw leaves jumplist and tagstack data around (#29639)zeertzjq2024-07-10
* feat(jumplist): allow opting out of removing unloaded buffers (#29347)zeertzjq2024-06-30
* revert: "refactor: use S_LEN macro" (#29319)Lewis Russell2024-06-14
* refactor: use S_LEN(s) instead of s, n (#29219)James2024-06-11
* vim-patch:9.1.0469: Cannot have buffer-local value for 'completeopt'zeertzjq2024-06-06
* refactor: replace '\0' with NULJames Tirta Halim2024-06-04
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* vim-patch:9.1.0231: Filetype may be undetected when SwapExists sets ft in oth...zeertzjq2024-04-01
* fix(api/buffer): fix handling of viewport of non-current bufferbfredl2024-03-13
* vim-patch:9.1.0147: Cannot keep a buffer focused in a windowColin Kennedy2024-03-11
* fix(window): :close may cause Nvim to quit with autocmd and floatzeertzjq2024-03-09
* vim-patch:9.1.0116: win_split_ins may not check available roomSean Dewar2024-03-08
* vim-patch:9.1.0143: [security]: autocmd causes use-after-free in set_curbuf()...zeertzjq2024-02-29
* fix(mbyte): fix bugs in utf_cp_*_off() functionsVanaIgr2024-02-26
* vim-patch:9.1.0131: buffer-completion may not always find all matches (#27610)zeertzjq2024-02-24
* vim-patch:9.1.0113: duplicate code when cleaning undo stackzeertzjq2024-02-16
* refactor: rename w_float_config to w_config #27419Will Hopkins2024-02-10
* refactor(api): refactor more api functions to use arena returnbfredl2024-02-08
* fix(jumplist): Ctrl+o, Ctrl+i weird behavior when deleting buffers #25461vE5li2024-01-28
* vim-patch:9.1.0049: Make "[Command Line]" a special buffer nameSean Dewar2024-01-28
* fix(column): keep track of number of lines with number of signsLuuk van Baal2024-01-15
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: remove redundant NOLINT commentsdundargoc2024-01-01
* refactor: follow style guidedundargoc2023-12-30
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq2023-12-21
* fix(buffer): do not filter help bufferChristian Clason2023-12-20
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
* perf(column): keep track of number of lines that hold up the 'signcolumn'Luuk van Baal2023-12-07