index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
buffer.c
Commit message (
Expand
)
Author
Age
*
vim-patch:9.1.0997: too many strlen() calls in drawscreen.c (#31927)
zeertzjq
2025-01-09
*
refactor(wininfo): change wininfo from a linked list to an array
bfredl
2024-12-16
*
refactor(options): autogenerate valid values and flag enums for options (#31089)
Famiu Haque
2024-11-23
*
refactor(options): impl default 'titlestring' by format flags #30843
zshuzh
2024-11-20
*
fix(messages): more ext_messages kinds #31279
luukvbaal
2024-11-20
*
refactor(message): propagate highlight id instead of attrs
Luuk van Baal
2024-11-08
*
vim-patch:9.1.0831: 'findexpr' can't be used as lambad or Funcref (#31058)
zeertzjq
2024-11-03
*
vim-patch:9.1.0810: cannot easily adjust the |:find| command
zeertzjq
2024-10-29
*
vim-patch:9.1.0804: tests: no error check when setting global 'cc'
zeertzjq
2024-10-24
*
fix(build): remove USE_FNAME_CASE, redundant with CASE_INSENSITIVE_FILENAME
bfredl
2024-10-11
*
vim-patch:9.1.0764: [security]: use-after-free when closing a buffer (#30705)
zeertzjq
2024-10-07
*
refactor!: rename 'jumpoptions' flag "unload" to "clean" (#30418)
zeertzjq
2024-09-19
*
fix: replace NVIM with Nvim in default titlestring (#30348)
Gregory Anders
2024-09-11
*
vim-patch:9.1.0678: [security]: use-after-free in alist_add()
zeertzjq
2024-08-17
*
vim-patch:8.2.3476: renaming a buffer on startup may cause using freed memory
zeertzjq
2024-08-08
*
refactor(shada): rework msgpack decoding without msgpack-c
bfredl
2024-08-05
*
refactor: collapse statements in single assignments
Lewis Russell
2024-07-30
*
vim-patch:9.1.0557: moving in the buffer list doesn't work as documented (#29...
zeertzjq
2024-07-11
*
vim-patch:9.1.0556: :bwipe doesn't remove file from jumplist of other tabpage...
zeertzjq
2024-07-11
*
vim-patch:9.1.0554: :bw leaves jumplist and tagstack data around (#29639)
zeertzjq
2024-07-10
*
feat(jumplist): allow opting out of removing unloaded buffers (#29347)
zeertzjq
2024-06-30
*
revert: "refactor: use S_LEN macro" (#29319)
Lewis Russell
2024-06-14
*
refactor: use S_LEN(s) instead of s, n (#29219)
James
2024-06-11
*
vim-patch:9.1.0469: Cannot have buffer-local value for 'completeopt'
zeertzjq
2024-06-06
*
refactor: replace '\0' with NUL
James Tirta Halim
2024-06-04
*
refactor: move shared messages to errors.h #26214
Justin M. Keyes
2024-06-01
*
vim-patch:9.1.0231: Filetype may be undetected when SwapExists sets ft in oth...
zeertzjq
2024-04-01
*
fix(api/buffer): fix handling of viewport of non-current buffer
bfredl
2024-03-13
*
vim-patch:9.1.0147: Cannot keep a buffer focused in a window
Colin Kennedy
2024-03-11
*
fix(window): :close may cause Nvim to quit with autocmd and float
zeertzjq
2024-03-09
*
vim-patch:9.1.0116: win_split_ins may not check available room
Sean Dewar
2024-03-08
*
vim-patch:9.1.0143: [security]: autocmd causes use-after-free in set_curbuf()...
zeertzjq
2024-02-29
*
fix(mbyte): fix bugs in utf_cp_*_off() functions
VanaIgr
2024-02-26
*
vim-patch:9.1.0131: buffer-completion may not always find all matches (#27610)
zeertzjq
2024-02-24
*
vim-patch:9.1.0113: duplicate code when cleaning undo stack
zeertzjq
2024-02-16
*
refactor: rename w_float_config to w_config #27419
Will Hopkins
2024-02-10
*
refactor(api): refactor more api functions to use arena return
bfredl
2024-02-08
*
fix(jumplist): Ctrl+o, Ctrl+i weird behavior when deleting buffers #25461
vE5li
2024-01-28
*
vim-patch:9.1.0049: Make "[Command Line]" a special buffer name
Sean Dewar
2024-01-28
*
fix(column): keep track of number of lines with number of signs
Luuk van Baal
2024-01-15
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor: remove redundant NOLINT comments
dundargoc
2024-01-01
*
refactor: follow style guide
dundargoc
2023-12-30
*
refactor: run IWYU on entire repo
dundargoc
2023-12-21
*
refactor(IWYU): move decor provider types to decoration_defs.h (#26692)
zeertzjq
2023-12-21
*
fix(buffer): do not filter help buffer
Christian Clason
2023-12-20
*
refactor: use `bool` to represent boolean values
dundargoc
2023-12-19
*
refactor: move non-symbols to defs.h headers
dundargoc
2023-12-17
*
refactor(options): reduce `findoption()` usage
Famiu Haque
2023-12-09
*
perf(column): keep track of number of lines that hold up the 'signcolumn'
Luuk van Baal
2023-12-07
[next]