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
/
option.c
Commit message (
Expand
)
Author
Age
*
refactor: move some constants out of vim_defs.h (#26298)
zeertzjq
2023-11-29
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
refactor(options): replace `p_force_(on|off)` with `immutable` (#26209)
Famiu Haque
2023-11-28
*
refactor: rename types.h to types_defs.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
*
build: rework IWYU mapping files
dundargoc
2023-11-25
*
refactor(sign): store 'signcolumn' width range when it is set
Luuk van Baal
2023-11-21
*
refactor: enable formatting for ternaries
dundargoc
2023-11-20
*
refactor(sign): move legacy signs to extmarks
Luuk van Baal
2023-11-17
*
refactor: move background color detection into Lua
Gregory Anders
2023-11-13
*
build: remove PVS
dundargoc
2023-11-12
*
fix(PVS/V1001): variable is assigned but is not used
dundargoc
2023-11-11
*
refactor: remove redundant casts
dundargoc
2023-11-11
*
fix(highlight): apply 'winblend' to float border (#25981)
zeertzjq
2023-11-11
*
refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)
zeertzjq
2023-11-10
*
refactor(options): remove `os_doskip`
Famiu Haque
2023-10-31
*
refactor(options)!: unify `set_option` and `set_string_option`
Famiu Haque
2023-10-30
*
vim-patch:9.0.2081: smoothscroll may result in wrong cursor position (#25815)
luukvbaal
2023-10-29
*
build(lint): remove unnecessary clint.py rules
dundargoc
2023-10-23
*
fix(options): `'modified'` showing incorrect value for scratch buffers
Famiu Haque
2023-10-22
*
refactor(options): `get_option_value_strict()` and `SREQ_*`
Famiu Haque
2023-10-20
*
vim-patch:9.0.2035: [security] use-after-free with wildmenu (#25687)
zeertzjq
2023-10-17
*
refactor(options): make `os_oldval` and `os_newval` use `OptValData`
Famiu Haque
2023-10-17
*
refactor(options): rename `empty_option` to `empty_string_option`
Famiu Haque
2023-10-17
*
refactor(options): deduplicate the `do_set_option` codepath
Famiu Haque
2023-10-17
*
refactor(options): deduplicate `do_set_option_string`
Famiu Haque
2023-10-17
*
refactor(options): remove `os_op`
Famiu Haque
2023-10-17
*
refactor(options)!: make OptionSet `v:` values use typval
Famiu Haque
2023-10-17
*
refactor(options): unify set_num_option and set_bool_option
Famiu Haque
2023-10-17
*
vim-patch:dbf749bd5aae (#25665)
zeertzjq
2023-10-16
*
refactor: allow not having a `default` case for enum
Famiu Haque
2023-10-10
*
vim-patch:9.0.2009: cmdline-completion for comma-separated options wrong (#25...
zeertzjq
2023-10-10
*
refactor: the long goodbye
dundargoc
2023-10-03
*
vim-patch:9.0.1973: Clean up cmdline option completion code (#25477)
zeertzjq
2023-10-03
*
refactor: move cmdline completion types to cmdexpand_defs.h (#25465)
zeertzjq
2023-10-02
*
refactor(option.c): change :set boolean prefix to an enum (#25458)
zeertzjq
2023-10-01
*
vim-patch:9.0.1968: cmdline completion should consider key option
zeertzjq
2023-10-01
*
vim-patch:9.0.1960: Make CI checks more strict
zeertzjq
2023-10-01
*
vim-patch:9.0.1958: cannot complete option values
zeertzjq
2023-10-01
*
vim-patch:9.0.1366: functions for setting options are in random order (#25440)
zeertzjq
2023-09-30
*
refactor: reorganize option header files (#25437)
zeertzjq
2023-09-30
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
refactor: remove long
dundargoc
2023-09-29
*
refactor(messages): fold msg_attr into msg
bfredl
2023-09-27
*
refactor(messages): fold msg_outtrans_attr into msg_outtrans
bfredl
2023-09-27
*
Merge pull request #25155 from glepnir/fix_winhl
bfredl
2023-09-20
|
\
|
*
fix(highlight): winhl receive wrong argument
glepnir
2023-09-19
*
|
vim-patch:8.2.4173: cannot use an import in 'foldexpr' (#25215)
zeertzjq
2023-09-17
|
/
*
fix(options): correct condition for calling did_set_option() (#25026)
zeertzjq
2023-09-05
[next]