aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/generators
Commit message (Expand)AuthorAge
* 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(api): rename Dictionary => DictJustin M. Keyes2024-09-23
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* refactor(multibyte): replace generated unicode tables with utf8procbfredl2024-08-31
* refactor!: use utf8proc full casefoldingdundargoc2024-08-07
* refactor: extract eval/fs.c from eval/funcs.c (#29985)zeertzjq2024-08-06
* refactor(shada): rework msgpack decoding without msgpack-cbfredl2024-08-05
* vim-patch:ddbb6fe: runtime(vim): Update base-syntax, improve :set highlightin...zeertzjq2024-07-25
* build: allow comment after #include for required header (#29722)zeertzjq2024-07-16
* refactor(declarations): also generate prototypes for functions in headersbfredl2024-07-13
* refactor: replace utf_convert with utf8proc conversion functionsdundargoc2024-06-28
* fix(ui): superfluous showmode / excessive grid_cursor_goto #29089luukvbaal2024-06-04
* refactor(lua): use tuple syntax everywhere #29111Ilia Choly2024-06-04
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* fix(version): fix vim.version().prereleasebfredl2024-05-16
* fix(ui): avoid recursiveness and invalid memory access #28578luukvbaal2024-05-01
* refactor(build): make all generated c files headersbfredl2024-04-27
* fix(lua): only free luarefs when returning from API (#28373)zeertzjq2024-04-17
* refactor(options): require `enable_if = false` iff no variable (#28050)zeertzjq2024-03-28
* refactor(options): make `immutable` and `hidden` options distinctFamiu Haque2024-03-26
* docs: small fixes (#27364)dundargoc2024-03-12
* refactor(ui): remove outdated UI vs UIData distinctionbfredl2024-03-08
* refactor(msgpack): allow flushing buffer while packing msgpackbfredl2024-03-07
* refactor(metadata): generate all metadata in luabfredl2024-02-28
* feat(docs): replace lua2dox.luaLewis Russell2024-02-27
* refactor(api): make freeing of return-value opt-in instead of opt outbfredl2024-02-21
* vim-patch:9.1.0114: Setting some options may change curswant (#27514)zeertzjq2024-02-18
* fix(genvimvim): generate prefixed boolean options properly (#27487)zeertzjq2024-02-16
* refactor(eval): use arena when converting typvals to Objectbfredl2024-02-15
* refactor(lua): use Arena when converting from lua stack to API argsbfredl2024-02-13
* refactor(api): use an arena for nvim_buf_get_lines and buffer updatesbfredl2024-02-11
* refactor(api): refactor more api functions to use arena returnbfredl2024-02-08
* refactor(generators): style of generating and generated lua dispatch codebfredl2024-02-08
* refactor(api): use keydict and arena for more api return valuesbfredl2024-02-08
* fix(options): use a union for def_val (#27169)zeertzjq2024-01-24
* refactor(api): give "hl_group" more accurate _meta typebfredl2024-01-22
* refactor(api): use hl id directly in nvim_buf_set_extmarkglepnir2024-01-20
* fix(doc): improve doc generation of types using lpegLewis Russell2024-01-11
* refactor(IWYU): add "private" pragma to more generated headers (#26706)zeertzjq2023-12-22
* refactor(options): generate BV_ and WV_ constants (#26705)zeertzjq2023-12-22
* 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): 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