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(api): always use TRY_WRAP #31600
luukvbaal
2024-12-17
*
vim-patch:9.1.0908: not possible to configure :messages (#31492)
zeertzjq
2024-12-07
*
fix(ui): clamp 'cmdheight' for other tabpages on screen resize (#31419)
zeertzjq
2024-12-02
*
vim-patch:9.1.0892: the max value of 'cmdheight' is limited by other tabpages...
zeertzjq
2024-11-29
*
refactor(options): fix confusing naming of `scope` and `req_scope` (#31317)
Famiu Haque
2024-11-25
*
vim-patch:9.1.0883: message history cleanup is missing some tests (#31331)
zeertzjq
2024-11-24
*
refactor(options): autogenerate valid values and flag enums for options (#31089)
Famiu Haque
2024-11-23
*
fix(highlight): 'winhl' shouldn't take priority over API (#31288)
zeertzjq
2024-11-22
*
docs: misc (#31138)
dundargoc
2024-11-21
*
fix(messages): more ext_messages kinds #31279
luukvbaal
2024-11-20
*
refactor(options): remove `.indir`, redesign option scopes #31066
Famiu Haque
2024-11-16
*
vim-patch:9.1.0864: message history is fixed to 200 (#31215)
zeertzjq
2024-11-15
*
refactor(highlight): make enum of builtin highlights start with 1
bfredl
2024-11-13
*
Merge pull request #27813 from luukvbaal/msgid
bfredl
2024-11-11
|
\
|
*
refactor(message): propagate highlight id instead of attrs
Luuk van Baal
2024-11-08
*
|
docs: misc (#30914)
dundargoc
2024-11-09
*
|
refactor(options): use os_win/os_buf for local options (#31060)
zeertzjq
2024-11-08
*
|
refactor(options): remove `varp` argument for `set_option` (#31111)
Famiu Haque
2024-11-08
|
/
*
Merge pull request #31062 from famiu/refactor/options/ff_macro
bfredl
2024-11-06
|
\
|
*
refactor(options): remove fileformat macros
Famiu Haque
2024-11-05
*
|
refactor(options): remove unnecessary call to `find_option()` (#31088)
Famiu Haque
2024-11-06
|
/
*
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
[next]