aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/generators/gen_options.lua
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
* vim-patch:9.1.0908: not possible to configure :messages (#31492)zeertzjq2024-12-07
* refactor(options): autogenerate valid values and flag enums for options (#31089)Famiu Haque2024-11-23
* refactor(options): remove `.indir`, redesign option scopes #31066Famiu Haque2024-11-16
* feat(options)!: disallow setting hidden options #28400Famiu Haque2024-11-04
* vim-patch:9.1.0831: 'findexpr' can't be used as lambad or Funcref (#31058)zeertzjq2024-11-03
* refactor(options): option flags enum #30961Famiu Haque2024-10-28
* refactor(options): always allocate option values (#30917)Famiu Haque2024-10-27
* refactor(options)!: use OptVal for option defaults #26691Famiu Haque2024-10-25
* refactor(lua): use tuple syntax everywhere #29111Ilia Choly2024-06-04
* refactor(options): require `enable_if = false` iff no variable (#28050)zeertzjq2024-03-28
* refactor(options): make `immutable` and `hidden` options distinctFamiu Haque2024-03-26
* vim-patch:9.1.0114: Setting some options may change curswant (#27514)zeertzjq2024-02-18
* fix(options): use a union for def_val (#27169)zeertzjq2024-01-24
* refactor(options): use hashy for finding options (#26573)Famiu Haque2023-12-17
* refactor(options): remove option type macrosFamiu Haque2023-12-14
* refactor(options): define `kOptIndexCount`Famiu Haque2023-12-10
* refactor(options): convert `opt_idx` variables to `OptIndex`Famiu Haque2023-12-09
* refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
* build: enable lintlua for src/ dir #26395Justin M. Keyes2023-12-04
* refactor(options): replace `p_force_(on|off)` with `immutable` (#26209)Famiu Haque2023-11-28
* refactor: the long goodbyedundargoc2023-11-05
* vim-patch:9.0.1958: cannot complete option valueszeertzjq2023-10-01
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* docs(options): take ownership of options.txt (#24528)Lewis Russell2023-08-04
* refactor(option): use `void *` for pointer to option valueFamiu Haque2023-06-20
* vim-patch:9.0.1330: handling new value of an option has a long "else if" chainLewis Russell2023-04-28
* refactor(build): use vendored versions of mpack and luabitopbfredl2023-04-19
* refactor: remove char_u (#22829)dundargoc2023-04-02
* build: make generated source files reproducible #21586Arnout Engelen2023-01-23
* vim-patch:8.2.3751: cannot assign a lambda to an option that takes a functionzeertzjq2022-11-07
* fix: setting tabline option not redrawing tablineshadmansaleh2022-10-24
* refactor(redraw): no type argument in update_screen()bfredl2022-10-05
* refactor: replace char_u with charDundar Göc2022-09-09
* refactor(options): remove vi/vim default value distinctionGregory Anders2021-08-17
* refactor(options): remove obsolete distinction of "vi" vs "vim" defaultsBjörn Linse2021-07-14
* refactor(options): delet unused P_VIM flagBjörn Linse2021-07-14
* options: add fallback value to .indir member (#13150)Jan Edmund Lazo2020-10-24
* Fix luacheck errors for all Lua source filesSameed Ali2019-07-04
* vim-patch:8.1.1366: using expressions in a modeline is unsafeJames McCoy2019-06-24
* ui: forward relevant option updates to UIs (#7520)Björn Linse2017-12-12
* vim-patch:8.0.0102ckelsel2017-09-24
* options: Silence V542 without using commentsZyX2017-05-20
* options: Silence V542 the other wayZyX2017-05-20
* options: Silence V542: odd casts for .def_valZyX2017-05-20
* generators: separate source generators from scriptsBjörn Linse2017-05-10