aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/option.c
Commit message (Expand)AuthorAge
* refactor: remove longdundargoc2023-09-29
* refactor(messages): fold msg_attr into msgbfredl2023-09-27
* refactor(messages): fold msg_outtrans_attr into msg_outtransbfredl2023-09-27
* Merge pull request #25155 from glepnir/fix_winhlbfredl2023-09-20
|\
| * fix(highlight): winhl receive wrong argumentglepnir2023-09-19
* | vim-patch:8.2.4173: cannot use an import in 'foldexpr' (#25215)zeertzjq2023-09-17
|/
* fix(options): correct condition for calling did_set_option() (#25026)zeertzjq2023-09-05
* refactor(option): add set_option()Lewis Russell2023-08-31
* refactor(option): pass varp to set_string_optionLewis Russell2023-08-31
* refactor(option): option clearingLewis Russell2023-08-31
* refactor(option): remove OPT_CLEARLewis Russell2023-08-31
* refactor(option): further align set_string_option with do_set_option_string (2)Lewis Russell2023-08-31
* refactor(option): further align set_string_option with do_set_option_stringLewis Russell2023-08-31
* refactor(option): remove redundant localLewis Russell2023-08-31
* refactor(option): change some int to boolLewis Russell2023-08-31
* refactor(option.c): call did_set_option for all typesLewis Russell2023-08-31
* refactor(optionstr.c): remove redundant argumentLewis Russell2023-08-31
* refactor(option.c): remove did_set_string_option aliasLewis Russell2023-08-31
* refactor(option.c): move validation logic to functionLewis Russell2023-08-31
* vim-patch:9.0.1798: The 'syntax' option has no completion. (#24908)zeertzjq2023-08-28
* refactor(option.c): move paste_option_changed() into did_set_paste()zeertzjq2023-08-23
* vim-patch:9.0.1781: Problems when setting bin/paste optionzeertzjq2023-08-23
* vim-patch:9.0.1710: scrolloff options work slightly differentzeertzjq2023-08-23
* refactor: cast to int earlier when using 'so' and 'siso' (#24756)zeertzjq2023-08-17
* feat(options)!: remove compatible behaviours for vim 5.0 and earlierLewis Russell2023-07-17
* refactor: remove longdundargoc2023-07-03
* vim-patch:9.0.1670: resetting local option to global value is inconsistent (#...zeertzjq2023-06-28
* refactor(option): use `void *` for pointer to option valueFamiu Haque2023-06-20
* vim-patch:9.0.1631: passing wrong variable type to option gives multiple erro...zeertzjq2023-06-15
* refactor(options): use slash separator for `option_get_valid_types()` (#23945)Famiu Haque2023-06-07
* refactor(api): adjust errors for setting options (#23942)zeertzjq2023-06-07
* refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque2023-06-07
* refactor(api): remove `BOOL` macro #23936Famiu Haque2023-06-06
* fix(tui): don't set tty background if &bg was set before VimEnter (#23701)Null Chilly2023-05-26
* refactor(api): new helper macrosFamiu Haque2023-05-23
* refactor: use xstrl{cpy,cat} on IObuff (#23648)ii142023-05-16
* vim-patch:9.0.1520: completion for option name includes all bool options (#23...zeertzjq2023-05-07
* vim-patch:9.0.0644: 'smoothscroll' is not copied to a new window on :splitLuuk van Baal2023-05-02
* vim-patch:9.0.0640: cannot scroll by screen line if a line wrapsLuuk van Baal2023-05-02
* refactor(option.c): make did_set callbacks staticLewis Russell2023-04-28
* vim-patch:9.0.1369: still some "else if" constructs for setting optionsLewis Russell2023-04-28
* vim-patch:9.0.1353: too many "else if" statements to handle option valuesLewis Russell2023-04-28
* vim-patch:9.0.1330: handling new value of an option has a long "else if" chainLewis Russell2023-04-28
* refactor: uncrustifydundargoc2023-04-26
* fix(column): don't reset 'statuscolumn' width after it has been drawnluukvbaal2023-04-24
* vim-patch:9.0.1311: Coverity warns for using a NULL pointerLewis Russell2023-04-22
* vim-patch:9.0.1308: the code for setting options is too complicatedLewis Russell2023-04-22
* vim-patch:9.0.1293: the set_num_option() is too longLewis Russell2023-04-22
* vim-patch:9.0.1294: the set_bool_option() function is too long Lewis Russell2023-04-21
* Merge pull request #23187 from luukvbaal/statuscolumnLewis Russell2023-04-21
|\