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
*
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
*
fix(api): vim.filetype.get_option() (#22753)
Lewis Russell
2023-03-22
*
refactor: do more in TRY_WRAP
Lewis Russell
2023-03-22
*
feat: add `vim.filetype.get_option()`
Lewis Russell
2023-03-20
*
feat(api): add filetype option nvim_get_option_value
Lewis Russell
2023-03-20
*
fix(api): set script context when setting usercmd or option (#22624)
zeertzjq
2023-03-11
*
refactor(api): consistent VALIDATE messages #22262
Justin M. Keyes
2023-02-14
*
refactor(api): VALIDATE macros #22256
Justin M. Keyes
2023-02-14
*
refactor(api): VALIDATE macros #22187
Justin M. Keyes
2023-02-14
*
build: enable MSVC level 3 warnings (#21934)
dundargoc
2023-02-11
*
vim-patch:8.1.2001: some source files are too big (#21231)
zeertzjq
2022-11-29
*
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
*
vim-patch:8.2.3751: cannot assign a lambda to an option that takes a function
zeertzjq
2022-11-07
*
fix(docs): invalid :help links #20345
Justin M. Keyes
2022-09-25
*
docs: fix typos (#19024)
dundargoc
2022-07-31
*
vim-patch:8.2.2254: Vim9: bool option type is number
zeertzjq
2022-07-25
*
fix(api): do not switch win/buf if getting option in current win/buf (#19383)
zeertzjq
2022-07-16
*
Merge pull request #19041 from lewis6991/globallocal
bfredl
2022-06-25
|
\
|
*
fix(api): nvim_set_option_value for global-local options
Lewis Russell
2022-06-22
*
|
fix(api): check error after getting win/buf handle (#19052)
Gregory Anders
2022-06-22
|
/
*
refactor(option): DRY get/set option value #19038
Lewis Russell
2022-06-21
*
feat(api): add "buf" and "win" to nvim_get_option_value
Gregory Anders
2022-06-20
*
refactor(api): move option code to own file
bfredl
2022-06-12