aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/option.h
Commit message (Expand)AuthorAge
* feat(options)!: disallow setting hidden options #28400Famiu Haque2024-11-04
* refactor(options)!: use OptVal for option defaults #26691Famiu Haque2024-10-25
* refactor(options): swap `immutable` and `hidden` option property namesFamiu Haque2024-03-27
* refactor(options): make `immutable` and `hidden` options distinctFamiu Haque2024-03-26
* fix(options): use a union for def_val (#27169)zeertzjq2024-01-24
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor(options): remove `OPT_FREE` (#26963)Famiu Haque2024-01-10
* refactor: remove redundant struct namesdundargoc2024-01-02
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor: move some anonymous enums back to non-defs headers (#26622)zeertzjq2023-12-18
* refactor(options): use hashy for finding options (#26573)Famiu Haque2023-12-17
* refactor(options): remove option type macrosFamiu Haque2023-12-14
* refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
* refactor(options): remove SOPT type enums (#26417)Famiu Haque2023-12-06
* refactor(IWYU): create normal_defs.h (#26293)zeertzjq2023-11-29
* refactor(options): replace `p_force_(on|off)` with `immutable` (#26209)Famiu Haque2023-11-28
* refactor: fix runtime_defs.h (#26259)zeertzjq2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
* build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq2023-11-27
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* refactor(options)!: unify `set_option` and `set_string_option`Famiu Haque2023-10-30
* refactor(options): `get_option_value_strict()` and `SREQ_*`Famiu Haque2023-10-20
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* vim-patch:9.0.1958: cannot complete option valueszeertzjq2023-10-01
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque2023-06-07
* feat(ui): add 'statuscolumn' optionluukvbaal2023-01-09
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* vim-patch:8.1.2045: the option.c file is too big (#19854)zeertzjq2022-08-20
* vim-patch:8.2.2254: Vim9: bool option type is numberzeertzjq2022-07-25
* vim-patch:8.2.0128: cannot list options one per linezeertzjq2022-01-20
* refactor: fix comment spacing in option.h (#16749)zeertzjq2021-12-21
* fix(api): make nil value in nvim_set_option_value clear local value (#16710)Gregory Anders2021-12-21
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* vim-patch:8.2.2772: problems when restoring 'runtimepath' from a session fileJan Edmund Lazo2021-05-22
* 'inccommand': Detect "non-interactive", "too slow".Justin M. Keyes2016-11-15
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* option.h: Turn OPT_* list into a enumZyX2016-07-10
* move defines from vim.hBrandon Coleman2014-07-12
* Add automatic generation of headersZyX2014-06-02
* Introduce nvim namespace: Fix define guards.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15