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: 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
*
refactor(option): add set_option()
Lewis Russell
2023-08-31
*
refactor(option): pass varp to set_string_option
Lewis Russell
2023-08-31
*
refactor(option): option clearing
Lewis Russell
2023-08-31
*
refactor(option): remove OPT_CLEAR
Lewis Russell
2023-08-31
*
refactor(option): further align set_string_option with do_set_option_string (2)
Lewis Russell
2023-08-31
*
refactor(option): further align set_string_option with do_set_option_string
Lewis Russell
2023-08-31
*
refactor(option): remove redundant local
Lewis Russell
2023-08-31
*
refactor(option): change some int to bool
Lewis Russell
2023-08-31
*
refactor(option.c): call did_set_option for all types
Lewis Russell
2023-08-31
*
refactor(optionstr.c): remove redundant argument
Lewis Russell
2023-08-31
*
refactor(option.c): remove did_set_string_option alias
Lewis Russell
2023-08-31
*
refactor(option.c): move validation logic to function
Lewis Russell
2023-08-31
*
vim-patch:9.0.1798: The 'syntax' option has no completion. (#24908)
zeertzjq
2023-08-28
*
refactor(option.c): move paste_option_changed() into did_set_paste()
zeertzjq
2023-08-23
*
vim-patch:9.0.1781: Problems when setting bin/paste option
zeertzjq
2023-08-23
*
vim-patch:9.0.1710: scrolloff options work slightly different
zeertzjq
2023-08-23
*
refactor: cast to int earlier when using 'so' and 'siso' (#24756)
zeertzjq
2023-08-17
*
feat(options)!: remove compatible behaviours for vim 5.0 and earlier
Lewis Russell
2023-07-17
*
refactor: remove long
dundargoc
2023-07-03
*
vim-patch:9.0.1670: resetting local option to global value is inconsistent (#...
zeertzjq
2023-06-28
*
refactor(option): use `void *` for pointer to option value
Famiu Haque
2023-06-20
*
vim-patch:9.0.1631: passing wrong variable type to option gives multiple erro...
zeertzjq
2023-06-15
*
refactor(options): use slash separator for `option_get_valid_types()` (#23945)
Famiu Haque
2023-06-07
*
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): remove `BOOL` macro #23936
Famiu Haque
2023-06-06
*
fix(tui): don't set tty background if &bg was set before VimEnter (#23701)
Null Chilly
2023-05-26
*
refactor(api): new helper macros
Famiu Haque
2023-05-23
*
refactor: use xstrl{cpy,cat} on IObuff (#23648)
ii14
2023-05-16
*
vim-patch:9.0.1520: completion for option name includes all bool options (#23...
zeertzjq
2023-05-07
*
vim-patch:9.0.0644: 'smoothscroll' is not copied to a new window on :split
Luuk van Baal
2023-05-02
*
vim-patch:9.0.0640: cannot scroll by screen line if a line wraps
Luuk van Baal
2023-05-02
*
refactor(option.c): make did_set callbacks static
Lewis Russell
2023-04-28
*
vim-patch:9.0.1369: still some "else if" constructs for setting options
Lewis Russell
2023-04-28
*
vim-patch:9.0.1353: too many "else if" statements to handle option values
Lewis Russell
2023-04-28
*
vim-patch:9.0.1330: handling new value of an option has a long "else if" chain
Lewis Russell
2023-04-28
*
refactor: uncrustify
dundargoc
2023-04-26
*
fix(column): don't reset 'statuscolumn' width after it has been drawn
luukvbaal
2023-04-24
*
vim-patch:9.0.1311: Coverity warns for using a NULL pointer
Lewis Russell
2023-04-22
*
vim-patch:9.0.1308: the code for setting options is too complicated
Lewis Russell
2023-04-22
*
vim-patch:9.0.1293: the set_num_option() is too long
Lewis Russell
2023-04-22
*
vim-patch:9.0.1294: the set_bool_option() function is too long
Lewis Russell
2023-04-21
*
Merge pull request #23187 from luukvbaal/statuscolumn
Lewis Russell
2023-04-21
|
\
[next]