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
*
feat(options)!: disallow setting hidden options #28400
Famiu Haque
2024-11-04
*
vim-patch:9.1.0831: 'findexpr' can't be used as lambad or Funcref (#31058)
zeertzjq
2024-11-03
*
refactor(options): remove `get_option_value_strict`
Famiu Haque
2024-11-02
*
refactor(options): unify `put_set(num|bool|string)` (#30993)
Famiu Haque
2024-11-02
*
vim-patch:9.1.0810: cannot easily adjust the |:find| command
zeertzjq
2024-10-29
*
refactor(options): option flags enum #30961
Famiu Haque
2024-10-28
*
refactor(options): always allocate option values (#30917)
Famiu Haque
2024-10-27
*
refactor(options)!: use OptVal for option defaults #26691
Famiu Haque
2024-10-25
*
fix(options): missing error check for global 'scl' and 'winhl' (#30919)
zeertzjq
2024-10-24
*
vim-patch:9.1.0806: tests: no error check when setting global 'briopt'
zeertzjq
2024-10-24
*
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
|
\
[next]