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
/
options.c
Commit message (
Expand
)
Author
Age
*
Revert "refactor(options): set option value for non-current context directly"...
zeertzjq
2025-01-09
*
refactor(options): set option value for non-current context directly
Famiu Haque
2024-12-26
*
refactor: iwyu #31637
Justin M. Keyes
2024-12-23
*
refactor(options): fix confusing naming of `scope` and `req_scope` (#31317)
Famiu Haque
2024-11-25
*
fix(api): don't try to get/set option for invalid option name (#31302)
Famiu Haque
2024-11-22
*
fix(api): nvim_get_option_value does not clean up on FileType error #31219
altermo
2024-11-18
*
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(api)!: rename Dictionary => Dict
Justin M. Keyes
2024-09-23
*
fix(api): allow `scope = 'local'` with `buf` when using `nvim_get_option_value`
dundargoc
2024-06-10
*
feat(docs): replace lua2dox.lua
Lewis Russell
2024-02-27
*
refactor(api): make freeing of return-value opt-in instead of opt out
bfredl
2024-02-21
*
refactor(api): use arena for nvim_get_option_info()
bfredl
2024-02-09
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor(options): move some functions from options.c to option.c
Famiu Haque
2023-12-23
*
refactor: eliminate cyclic includes
dundargoc
2023-12-20
*
refactor: move non-symbols to defs.h headers
dundargoc
2023-12-17
*
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(options): split `get_option_value()` into smaller functions
Famiu Haque
2023-12-07
*
refactor(options): remove SOPT type enums (#26417)
Famiu Haque
2023-12-06
*
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
2023-11-30
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
refactor: fix includes for api/autocmd.h
dundargoc
2023-11-27
*
build(IWYU): export generated headers
dundargoc
2023-11-27
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
refactor: move Arena and ArenaMem to memory_defs.h (#26240)
zeertzjq
2023-11-27
*
refactor: enable formatting for ternaries
dundargoc
2023-11-20
*
refactor: iwyu (#26062)
zeertzjq
2023-11-16
*
build: remove PVS
dundargoc
2023-11-12
*
refactor(options): `get_option_value_strict()` and `SREQ_*`
Famiu Haque
2023-10-20
*
refactor(options): unify set_num_option and set_bool_option
Famiu Haque
2023-10-17
*
refactor: allow not having a `default` case for enum
Famiu Haque
2023-10-10
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
refactor: remove long
dundargoc
2023-09-29
*
refactor(option): remove OPT_CLEAR
Lewis Russell
2023-08-31
*
refactor(api): use typed keysets
bfredl
2023-08-07
*
docs: misc
Justin M. Keyes
2023-08-03
*
fix(api/options): validate buf and win
Lewis Russell
2023-07-22
*
refactor(api): adjust errors for setting options (#23942)
zeertzjq
2023-06-07
*
refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)
Famiu Haque
2023-06-07
*
refactor(api): new helper macros
Famiu Haque
2023-05-23
*
refactor(options): deprecate nvim[_buf|_win]_[gs]et_option
Lewis Russell
2023-05-21
*
refactor: uncrustify
dundargoc
2023-04-26
*
Merge pull request #22910 from bfredl/nonormal
bfredl
2023-04-06
|
\
|
*
fix(highlight): use winhl=Foo:Bar even when Bar is empty
bfredl
2023-04-06
*
|
refactor: make error message definitions const
ii14
2023-04-05
|
/
*
fix(filetype): avoid recursive FileType autocmds (#22813)
Lewis Russell
2023-03-29
*
fix(api): Use local LastSet structure in nvim_get_option_info (#22741)
Michal Liszcz
2023-03-29
[next]