summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/option_defs.h
AgeCommit message (Expand)AuthorFiles
2026-04-14refactor(options): generate "modeline disallowed" doc text #39019Justin M. Keyes1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-02-25fix(api): don't override Vimscript SID (#32610)zeertzjq1
2025-01-16refactor(options): generic expand and did_set callbacks (#32011)Lewis Russell1
2025-01-14refactor(options): remove code for multitype optionsFamiu Haque1
2025-01-09Revert "refactor(options): set option value for non-current context directly"...zeertzjq1
2024-12-26refactor(options): set option value for non-current context directlyFamiu Haque1
2024-11-16refactor(options): remove `.indir`, redesign option scopes #31066Famiu Haque1
2024-10-28refactor(options): option flags enum #30961Famiu Haque1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-28docs: small fixes (#26651)dundargoc1
2023-12-23refactor(options): use `OptIndex` for `os_idx`Famiu Haque1
2023-12-22refactor(IWYU): add "private" pragma to more generated headers (#26706)zeertzjq1
2023-12-17refactor: move non-symbols to defs.h headersdundargoc1
2023-12-14refactor(options): remove option type macrosFamiu Haque1
2023-12-09refactor(options): reduce `findoption()` usageFamiu Haque1
2023-12-02vim-patch:9.0.2142: [security]: stack-buffer-overflow in option callback func...zeertzjq1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-27refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-10-31refactor(options): remove `os_doskip`Famiu Haque1
2023-10-17refactor(options): make `os_oldval` and `os_newval` use `OptValData`Famiu Haque1
2023-10-17refactor(options): remove `os_op`Famiu Haque1
2023-10-02refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq1
2023-10-01vim-patch:9.0.1968: cmdline completion should consider key optionzeertzjq1
2023-10-01vim-patch:9.0.1958: cannot complete option valueszeertzjq1
2023-09-30refactor: reorganize option header files (#25437)zeertzjq1
2023-09-29refactor: remove longdundargoc1
2023-09-25refactor(options)!: graduate some more shortmess flagsbfredl1
2023-09-12feat(extmark): support proper multiline rangesbfredl1
2023-08-31refactor(option): remove OPT_CLEARLewis Russell1
2023-08-31refactor(option): change some int to boolLewis Russell1
2023-06-20refactor(option): use `void *` for pointer to option valueFamiu Haque1
2023-06-07refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque1
2023-06-05vim-patch:9.0.1613: some make output gets picked up by 'errorformat' (#23926)Gregory Anders1
2023-05-13refactor: remove typval.h from most header files (#23601)zeertzjq1
2023-05-07vim-patch:9.0.1518: search stats not always visible when searching backwards ...zeertzjq1
2023-05-02vim-patch:9.0.0640: cannot scroll by screen line if a line wrapsLuuk van Baal1
2023-04-28vim-patch:9.0.1336: functions without arguments are not always declared properlyzeertzjq1
2023-04-28vim-patch:9.0.1374: function for setting options not used consistentlyLewis Russell1
2023-04-28vim-patch:9.0.1359: too many "else if" statements in handling optionsLewis Russell1
2023-04-28vim-patch:9.0.1353: too many "else if" statements to handle option valuesLewis Russell1
2023-04-28vim-patch:9.0.1330: handling new value of an option has a long "else if" chainLewis Russell1
2023-04-26refactor: uncrustifydundargoc1
2023-04-16vim-patch:9.0.1064: code for making 'shortmess' temporarily empty is repeatedzeertzjq1
2023-04-02refactor: remove char_u (#22829)dundargoc1
2023-03-13feat(options)!: deprecate paste, remove pastetoggle (#22647)ii141
2023-03-11vim-patch:9.0.1397: highlight for popupmenu kind and extra cannot be set (#22...zeertzjq1
2023-02-28feat(edit)!: remove old c implementation of hebrew keymapbfredl1
2023-02-08refactor(ui): cleanup 'redrawdebug', introduce "flush" modebfredl1