aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/generators/gen_options.lua
Commit message (Expand)AuthorAge
* 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