aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* fix(eval): skip over v:lua properly (#27517)zeertzjq2024-02-18
* 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
* vim-patch:partial:9.0.1196: code is indented more than necessary (#27315)zeertzjq2024-02-03
* vim-patch:9.0.1105: code is indented too much (#27314)zeertzjq2024-02-03
* vim-patch:partial:9.1.0027: Vim is missing a foreach() func (#27037)zeertzjq2024-01-16
* vim-patch:8.1.1968: crash when using nested map() (#27029)zeertzjq2024-01-16
* refactor(IWYU): fix headersdundargoc2024-01-11
* feat(terminal): trigger TermRequest autocommand events (#22159)Ghjuvan Lacambre2024-01-09
* refactor: follow style guidedundargoc2023-12-30
* feat(health): make :checkhealth support more split modifiers (#26731)zeertzjq2023-12-25
* feat(health): checkhealth buffer can show in a split window (#26714)Pablo Arias2023-12-25
* refactor(IWYU): move evalarg_T to eval_defs.h (#26716)zeertzjq2023-12-23
* vim-patch:9.0.2183: Maximum callback depth is not configurable (#26703)zeertzjq2023-12-22
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq2023-12-21
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* docs: add style rule regarding initializationdundargoc2023-12-18
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* refactor(options): remove option type macrosFamiu Haque2023-12-14
* refactor(options): convert `opt_idx` variables to `OptIndex`Famiu Haque2023-12-09
* refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
* refactor: format casting of negative number better (#26482)zeertzjq2023-12-09
* refactor(options): split `get_option_value()` into smaller functionsFamiu Haque2023-12-07
* vim-patch:8.2.3695: confusing error for missing key (#26420)zeertzjq2023-12-06
* vim-patch:8.1.1583: set_ref_in_list() only sets ref in items (#26418)zeertzjq2023-12-06
* refactor: free more reachable memory with EXITFREE (#26349)zeertzjq2023-12-02
* refactor(IWYU): fix includes for cmdhist.h (#26324)zeertzjq2023-11-30
* refactor(IWYU): move typedefs out of globals.h (#26322)zeertzjq2023-11-30
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: move hashtab types to hashtab_defs.h (#26262)zeertzjq2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: enable IWYU on macdundargoc2023-11-27
* build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq2023-11-27
* refactor: enable formatting for ternariesdundargoc2023-11-20
* refactor(grid): make screen rendering more multibyte than ever beforebfredl2023-11-17
* refactor: remove B_SPELL macro (#26063)zeertzjq2023-11-16
* refactor: follow style guidedundargoc2023-11-13
* vim-patch:9.0.2103: recursive callback may cause issues on some archs (#26013)zeertzjq2023-11-13
* build: remove PVSdundargoc2023-11-12
* refactor: remove redundant castsdundargoc2023-11-11
* refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq2023-11-10
* refactor: the long goodbyedundargoc2023-11-05
* refactor(options)!: unify `set_option` and `set_string_option`Famiu Haque2023-10-30
* refactor(options): rename `empty_option` to `empty_string_option`Famiu Haque2023-10-17
* refactor(options)!: make OptionSet `v:` values use typvalFamiu Haque2023-10-17
* vim-patch:9.0.2030: no max callback recursion limit (#25655)zeertzjq2023-10-15