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
*
vim-patch:9.1.0804: tests: no error check when setting global 'cc'
zeertzjq
2024-10-24
*
fix(options): fix 'winhl' still accepting invalid value (#30896)
zeertzjq
2024-10-22
*
fix(options): fix :setglobal not working for 'spelloptions' (#30894)
zeertzjq
2024-10-22
*
vim-patch:9.1.0783: 'spell' option setting has problems (#30818)
zeertzjq
2024-10-15
*
vim-patch:9.1.0762: 'cedit', 'termwinkey' and 'wildchar' may not be parsed co...
zeertzjq
2024-10-07
*
vim-patch:9.1.0759: screenpos() may return invalid position (#30681)
zeertzjq
2024-10-06
*
vim-patch:9.1.0758: it's possible to set an invalid key to 'wildcharm' (#30662)
zeertzjq
2024-10-05
*
docs: misc (#30177)
dundargoc
2024-09-29
*
refactor(api)!: rename Dictionary => Dict
Justin M. Keyes
2024-09-23
*
vim-patch:9.1.0727: too many strlen() calls in option.c (#30338)
zeertzjq
2024-09-10
*
fix(scrollbind): properly take filler/virtual lines into account
Lewis Russell
2024-07-31
*
revert: "refactor: use S_LEN macro" (#29319)
Lewis Russell
2024-06-14
*
Merge pull request #29278 from bfredl/strcat
bfredl
2024-06-11
|
\
|
*
refactor(memory): use builtin strcat() instead of STRCAT()
bfredl
2024-06-11
*
|
refactor: use S_LEN(s) instead of s, n (#29219)
James
2024-06-11
|
/
*
vim-patch:9.1.0472: Inconsistencies between functions for option flags (#29262)
zeertzjq
2024-06-10
*
vim-patch:9.1.0469: Cannot have buffer-local value for 'completeopt'
zeertzjq
2024-06-06
*
refactor: move shared messages to errors.h #26214
Justin M. Keyes
2024-06-01
*
vim-patch:9.1.0231: Filetype may be undetected when SwapExists sets ft in oth...
zeertzjq
2024-04-01
*
refactor(options): swap `immutable` and `hidden` option property names
Famiu Haque
2024-03-27
*
refactor(options): make `immutable` and `hidden` options distinct
Famiu Haque
2024-03-26
*
refactor(options): remove `set_string_option_direct()`
Famiu Haque
2024-03-21
*
refactor(options): add `direct` flag to `set_option()`
Famiu Haque
2024-03-21
*
refactor(options): restructure `set_option`
Famiu Haque
2024-03-21
*
fix(api/buffer): fix handling of viewport of non-current buffer
bfredl
2024-03-13
*
feat(ui): allow non-zero 'cmdheight' with ext_messages
Luuk van Baal
2024-03-11
*
vim-patch:9.1.0147: Cannot keep a buffer focused in a window
Colin Kennedy
2024-03-11
*
vim-patch:9.1.0114: Setting some options may change curswant (#27514)
zeertzjq
2024-02-18
*
refactor: rename w_float_config to w_config #27419
Will Hopkins
2024-02-10
*
refactor(api): use arena for nvim_get_option_info()
bfredl
2024-02-09
*
vim-patch:9.1.0074: did_set_breakat() should be in optionstr.c
zeertzjq
2024-02-04
*
fix(options): use a union for def_val (#27169)
zeertzjq
2024-01-24
*
vim-patch:9.1.0039: too vague errors for 'listchars'/'fillchars' (#27070)
zeertzjq
2024-01-18
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor(options): remove `OPT_FREE` (#26963)
Famiu Haque
2024-01-10
*
refactor(options): use schar_T representation for fillchars and listchars
bfredl
2024-01-08
*
vim-patch:9.1.0010: Keymap completion is not available (#26888)
zeertzjq
2024-01-05
*
refactor: remove redundant NOLINT comments
dundargoc
2024-01-01
*
refactor: follow style guide
dundargoc
2023-12-30
*
Merge pull request #26642 from famiu/refactor/options/misc
zeertzjq
2023-12-24
|
\
|
*
refactor(options): do bound checking in `validate_num_option()`
Famiu Haque
2023-12-24
|
*
refactor(options): remove side effects from `check_num_option_bounds()`
Famiu Haque
2023-12-24
|
*
refactor(options): move some functions from options.c to option.c
Famiu Haque
2023-12-23
|
*
refactor(options): restructure functions related to key options
Famiu Haque
2023-12-23
*
|
refactor: remove os_errmsg and os_msg functions
dundargoc
2023-12-23
|
/
*
refactor(IWYU): add "private" pragma to more generated headers (#26706)
zeertzjq
2023-12-22
*
refactor(IWYU): move decor provider types to decoration_defs.h (#26692)
zeertzjq
2023-12-21
*
refactor: use `bool` to represent boolean values
dundargoc
2023-12-19
*
fix(options): setting 'scroll' with resized grid (#26628)
zeertzjq
2023-12-18
*
refactor: move non-symbols to defs.h headers
dundargoc
2023-12-17
[next]