aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/option_defs.h
Commit message (Expand)AuthorAge
* refactor(options): generic expand and did_set callbacks (#32011)Lewis Russell2025-01-16
* refactor(options): remove code for multitype optionsFamiu Haque2025-01-14
* Revert "refactor(options): set option value for non-current context directly"...zeertzjq2025-01-09
* refactor(options): set option value for non-current context directlyFamiu Haque2024-12-26
* refactor(options): remove `.indir`, redesign option scopes #31066Famiu Haque2024-11-16
* refactor(options): option flags enum #30961Famiu Haque2024-10-28
* refactor(IWYU): fix headersdundargoc2024-01-11
* docs: small fixes (#26651)dundargoc2023-12-28
* refactor(options): use `OptIndex` for `os_idx`Famiu Haque2023-12-23
* refactor(IWYU): add "private" pragma to more generated headers (#26706)zeertzjq2023-12-22
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* refactor(options): remove option type macrosFamiu Haque2023-12-14
* refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
* vim-patch:9.0.2142: [security]: stack-buffer-overflow in option callback func...zeertzjq2023-12-02
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* refactor(options): remove `os_doskip`Famiu Haque2023-10-31
* refactor(options): make `os_oldval` and `os_newval` use `OptValData`Famiu Haque2023-10-17
* refactor(options): remove `os_op`Famiu Haque2023-10-17
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* vim-patch:9.0.1968: cmdline completion should consider key optionzeertzjq2023-10-01
* vim-patch:9.0.1958: cannot complete option valueszeertzjq2023-10-01
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* refactor: remove longdundargoc2023-09-29
* refactor(options)!: graduate some more shortmess flagsbfredl2023-09-25
* feat(extmark): support proper multiline rangesbfredl2023-09-12
* refactor(option): remove OPT_CLEARLewis Russell2023-08-31
* refactor(option): change some int to boolLewis Russell2023-08-31
* refactor(option): use `void *` for pointer to option valueFamiu Haque2023-06-20
* refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque2023-06-07
* vim-patch:9.0.1613: some make output gets picked up by 'errorformat' (#23926)Gregory Anders2023-06-05
* refactor: remove typval.h from most header files (#23601)zeertzjq2023-05-13
* vim-patch:9.0.1518: search stats not always visible when searching backwards ...zeertzjq2023-05-07
* vim-patch:9.0.0640: cannot scroll by screen line if a line wrapsLuuk van Baal2023-05-02
* vim-patch:9.0.1336: functions without arguments are not always declared properlyzeertzjq2023-04-28
* vim-patch:9.0.1374: function for setting options not used consistentlyLewis Russell2023-04-28
* vim-patch:9.0.1359: too many "else if" statements in handling 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
* vim-patch:9.0.1064: code for making 'shortmess' temporarily empty is repeatedzeertzjq2023-04-16
* refactor: remove char_u (#22829)dundargoc2023-04-02
* feat(options)!: deprecate paste, remove pastetoggle (#22647)ii142023-03-13
* vim-patch:9.0.1397: highlight for popupmenu kind and extra cannot be set (#22...zeertzjq2023-03-11
* feat(edit)!: remove old c implementation of hebrew keymapbfredl2023-02-28
* refactor(ui): cleanup 'redrawdebug', introduce "flush" modebfredl2023-02-08
* refactor: replace char_u with char 25 (#21838)dundargoc2023-01-19
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* vim-patch:8.2.4463: completion only uses strict matchingSean Dewar2023-01-17