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
/
deprecated.c
Commit message (
Expand
)
Author
Age
*
feat(api): deprecate nvim_buf_add_highlight()
bfredl
2025-01-20
*
refactor(api): deprecate nvim_notify #31938
Justin M. Keyes
2025-01-10
*
fix(api): deprecated API nvim_get_option does not validate option name #31919
Famiu Haque
2025-01-09
*
feat(api): deprecate nvim_out/err_write(ln)
Luuk van Baal
2025-01-09
*
refactor: iwyu #31637
Justin M. Keyes
2024-12-23
*
fix(api): deprecate nvim_subscribe, nvim_unsubscribe #30456
Justin M. Keyes
2024-12-02
*
refactor(options): fix confusing naming of `scope` and `req_scope` (#31317)
Famiu Haque
2024-11-25
*
refactor(options): remove `.indir`, redesign option scopes #31066
Famiu Haque
2024-11-16
*
feat(options)!: disallow setting hidden options #28400
Famiu Haque
2024-11-04
*
refactor(options): remove `get_option_value_strict`
Famiu Haque
2024-11-02
*
refactor(api)!: rename Dictionary => Dict
Justin M. Keyes
2024-09-23
*
feat: get/set namespace properties #28728
altermo
2024-06-07
*
feat(api): broadcast events to ALL channels #28487
Justin M. Keyes
2024-05-17
*
refactor(api): deprecate nvim_call_atomic #28433
Justin M. Keyes
2024-04-22
*
feat(docs): replace lua2dox.lua
Lewis Russell
2024-02-27
*
feat(extmark): window scoped extmark
altermo
2024-02-21
*
refactor(api): make freeing of return-value opt-in instead of opt out
bfredl
2024-02-21
*
refactor(api): reduce temporary allocations when replacing lines
bfredl
2024-02-20
*
refactor(eval): use arena when converting typvals to Object
bfredl
2024-02-15
*
refactor(lua): use Arena when converting from lua stack to API args
bfredl
2024-02-13
*
refactor(api): use an arena for nvim_buf_get_lines and buffer updates
bfredl
2024-02-11
*
refactor(api): use arena for nvim_get_option_info()
bfredl
2024-02-09
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor: eliminate cyclic includes
dundargoc
2023-12-20
*
refactor(options): use hashy for finding options (#26573)
Famiu Haque
2023-12-17
*
refactor(options): convert `opt_idx` variables to `OptIndex`
Famiu Haque
2023-12-09
*
refactor(options): reduce `findoption()` usage
Famiu Haque
2023-12-09
*
refactor(api): complete conversion from `Dictionary` to `Dict(opts)` (#26365)
Riccardo Mazzarini
2023-12-05
*
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
2023-11-30
*
refactor: fix includes for api/autocmd.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for undo_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
refactor: move garray_T to garray_defs.h (#26227)
zeertzjq
2023-11-26
*
build: rework IWYU mapping files
dundargoc
2023-11-25
*
refactor(decorations): break up Decoration struct into smaller pieces
bfredl
2023-11-22
*
refactor: enable formatting for ternaries
dundargoc
2023-11-20
*
refactor: iwyu (#26062)
zeertzjq
2023-11-16
*
build: remove PVS
dundargoc
2023-11-12
*
feat(extmarks): add 'invalidate' property to extmarks
Luuk van Baal
2023-11-08
*
feat(extmarks): add "undo_restore" flag to opt out of undo-restoring
bfredl
2023-11-05
*
refactor(options)!: unify `set_option` and `set_string_option`
Famiu Haque
2023-10-30
*
refactor(options): `get_option_value_strict()` and `SREQ_*`
Famiu Haque
2023-10-20
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
refactor: remove long
dundargoc
2023-09-29
*
docs: do not use deprecated functions #25334
Maria José Solano
2023-09-24
*
refactor(api): use typed keysets
bfredl
2023-08-07
*
refactor: fix clang/PVS warnings (#24213)
zeertzjq
2023-06-30
*
refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)
Famiu Haque
2023-06-07
*
refactor(options): deprecate nvim[_buf|_win]_[gs]et_option
Lewis Russell
2023-05-21
*
fix: disallow removing extmarks in on_lines callbacks (#23219)
Lewis Russell
2023-04-27
[next]