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
/
api
/
buffer.c
Commit message (
Expand
)
Author
Age
*
docs(gen): support language annotation in docstrings
Christian Clason
2022-12-02
*
fix(api): nvim_buf_get_text regression (#21071)
Lewis Russell
2022-11-15
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
feat(lua-api): avoid unnecessary allocations (#19877)
Lewis Russell
2022-11-14
*
docs: various #12823
Justin M. Keyes
2022-10-09
*
refactor: replace char_u with char
Dundar Göc
2022-09-06
*
refactor(mappings)!: mapblock_fill_dict() use API Dictionary (#20020)
zeertzjq
2022-08-31
*
refactor: replace char_u with char
Dundar Goc
2022-08-25
*
perf(api): allow to use an arena for return values
bfredl
2022-08-23
*
vim-patch:8.1.2057: the screen.c file is much too big
Lewis Russell
2022-08-19
*
refactor: remove some unused includes (#19820)
zeertzjq
2022-08-17
*
fix(api): fix nvim_buf_set_text heap-use-after-free (#19644)
zeertzjq
2022-08-06
*
test: improve mapping tests and docs (#19619)
zeertzjq
2022-08-02
*
refactor(object): get rid of redundant FIXED_TEMP_ARRAY
bfredl
2022-07-20
*
feat(marks): restore viewport on jump #15831
Javier Lopez
2022-06-30
*
fix(api): check for inclusive buffer line index out of bounds correctly (#19056)
zeertzjq
2022-06-23
*
refactor: move some mapping-related code to a separate file (#19061)
zeertzjq
2022-06-23
*
refactor(api): move command related API to separate file
bfredl
2022-06-12
*
refactor(api): move option code to own file
bfredl
2022-06-12
*
refactor: change type of linenr_T from long to int32_t
Dundar Goc
2022-06-10
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
docs: nvim_buf_[get|set]_[text|lines] (#18404)
Andrey Mishchenko
2022-05-11
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-05
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-04-30
*
refactor(uncrustify): change rules to better align with the style guide
Dundar Goc
2022-04-29
*
docs: make docstring consistent with parameters #18178
dundargoc
2022-04-23
*
refactor!: rename nvim_add_user_command to nvim_create_user_command
Gregory Anders
2022-04-10
*
docs: reword description for nvim_buf_line_count() (#17766)
Xiretza
2022-03-18
*
refactor: minimize variable scope and eliminate empty declarations
Dundar Göc
2022-03-13
*
refactor(uncrustify): format all c files
Dundar Göc
2022-03-10
*
chore: fix typos (#17331)
dundargoc
2022-03-10
*
feat(lua): show proper verbose output for lua configuration
shadmansaleh
2022-02-28
*
fix(api)!: correctly handle negative line numbers for nvim_buf_set_text (#17498)
Gregory Anders
2022-02-23
*
feat(api): implement nvim_buf_get_text (#15181)
Gregory Anders
2022-02-22
*
feat(api): add support for lua function & description in keymap
shadmansaleh
2022-01-01
*
feat(api): implement nvim_{add,del}_user_command
Gregory Anders
2021-12-28
*
refactor(build): remove unused includes
kylo252
2021-12-12
*
refactor(misc1): move out high-level input functions to a new file: input.c
Björn Linse
2021-12-10
*
chore: fix typos (#16361)
dundargoc
2021-11-27
*
refactor(api/marks)!: add opts param for feature extensibility (#16146)
Javier Lopez
2021-11-01
*
refactor(api): move extmark API to its own file
Björn Linse
2021-10-25
*
feat(decorations): support more than one virt_lines block
Björn Linse
2021-10-23
*
refactor: reduce number of unique char casts (#15995)
dundargoc
2021-10-12
*
refactor: format all C files under nvim/ #15977
dundargoc
2021-10-12
*
Merge pull request #15934 from kylo252/replacement-size
Björn Linse
2021-10-07
|
\
|
*
fix(lint): remove redundant ternary operator
kylo252
2021-10-06
*
|
Merge pull request #15941 from dundargoc/refactor/remove-redundant-casts
Björn Linse
2021-10-07
|
\
\
|
*
|
refactor: remove redundant casts
Dundar Göc
2021-10-07
|
|
/
*
/
fix(api): fix nvim_buf_set_extmark
erw7
2021-10-07
|
/
*
feat(api): named marks set, get, delete #15346
Javier Lopez
2021-10-05
[next]