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.h
Commit message (
Expand
)
Author
Age
*
refactor(declarations): also generate prototypes for functions in headers
bfredl
2024-07-13
*
vim-patch:9.1.0557: moving in the buffer list doesn't work as documented (#29...
zeertzjq
2024-07-11
*
refactor: IWYU (#27186)
zeertzjq
2024-01-25
*
perf(extmarks): add metadata for efficient filtering of special decorations
bfredl
2024-01-22
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor: run IWYU on entire repo
dundargoc
2023-12-21
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
refactor: iwyu (#26269)
zeertzjq
2023-11-28
*
build(IWYU): fix includes for undo_defs.h
dundargoc
2023-11-27
*
build(IWYU): replace public-to-public mappings with pragmas (#26237)
zeertzjq
2023-11-27
*
refactor: replace manual header guards with #pragma once
dundargoc
2023-11-12
*
refactor: remove redundant casts
dundargoc
2023-11-11
*
build(lint): remove unnecessary clint.py rules
dundargoc
2023-10-23
*
refactor(memline): distinguish mutating uses of ml_get_buf()
bfredl
2023-08-24
*
refactor: adjust headers according to the style guide (#23934)
dundargoc
2023-06-06
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
refactor: move tabline code to statusline.c (#21008)
luukvbaal
2022-11-10
*
refactor: fix uncrustify lint errors
dundargoc
2022-10-21
*
refactor: clang-tidy fixes to silence clangd warning (#20683)
dundargoc
2022-10-21
*
refactor: move statusline code from buffer.c and [draw]screen.c to new file
bfredl
2022-08-19
*
refactor: remove some unused includes (#19820)
zeertzjq
2022-08-17
*
refactor: remove some unused includes (#19740)
zeertzjq
2022-08-12
*
refactor(build): remove unused includes #17078
kylo252
2022-04-26
*
vim-patch:8.2.0004: get E685 and E931 if buffer reload is interrupted
zeertzjq
2022-04-08
*
vim-patch:8.2.4639: not sufficient parenthesis in preprocessor macros
Brian Leung
2022-04-03
*
refactor: uncrustify #16090
dundargoc
2021-10-29
*
refactor: format all C files under nvim/ #15977
dundargoc
2021-10-12
*
buffer: move BUFEMPTY to a function
Thomas Vigouroux
2021-07-06
*
vim-patch:8.2.1904: still using default option values after using ":badd +1"
Jan Edmund Lazo
2021-02-13
*
dictwatcheradd(): support b:changedtick #9693
demiurg337
2019-03-14
*
buffer: use aucmd_prepbuf() instead of switch_to_win_for_buf()
Björn Linse
2019-03-05
*
api: add nvim_create_buf to create a new empty buffer.
Björn Linse
2019-02-09
*
*: Replace b_changedtick with new always-inline functions
ZyX
2018-06-22
*
vim-patch:8.0.0621: :stag does not respect 'switchbuf'
Jan Edmund Lazo
2018-06-21
*
vim-patch:8.0.0607 (#6879)
Daniel Hahler
2017-06-11
*
vim-patch:7.4.1976
James McCoy
2017-06-04
*
*: Silence some false positives
ZyX
2017-04-16
*
refactor/single-include: buffer.h (#6396)
relnod
2017-03-30
*
*: Move some dictionary functions to typval.h and use char*
ZyX
2017-03-29
*
buffer: Hide one of the asserts from lua parser
ZyX
2017-02-25
*
eval: Do not allocate b:changedtick dictionary item
ZyX
2017-02-24
*
buffer: Bind b:changedtick to b:['changedtick'], remove special cases
ZyX
2017-02-23
*
Make Nvim work with latest vim-patch v7.4.2024
Marco Hinz
2017-02-04
*
vim-patch:7.4.2024
Marco Hinz
2017-02-04
*
vim-patch:7.4.2017
Marco Hinz
2017-02-04
*
*: Fix errors from new linter checks
ZyX
2016-06-11
*
tabline: Add %[] atom to the tabline, for random commands on click
ZyX
2016-02-01
*
buffer: Add WITH_BUFFER macro to simplify global buffer modification
Thiago de Arruda
2015-03-25
*
Change buffer.h #defines to enums so they can be used in tests
Wayne Rowcliffe
2014-07-22
*
vim: include used definitions in headers
Nicolas Hillegeer
2014-07-16
[next]