aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/typval.h
Commit message (Expand)AuthorAge
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq2023-11-27
* refactor: move garray_T to garray_defs.h (#26227)zeertzjq2023-11-26
* build: adjust clang-tidy warning exclusion logicdundargoc2023-11-20
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* refactor: the long goodbyedundargoc2023-11-05
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes2023-06-22
* build: remove LOG_LIST_ACTIONS option and related codedundargoc2023-05-28
* vim-patch:9.0.1522: some functions give two error messageszeertzjq2023-05-08
* build: sanitizers for gccii142023-03-16
* vim-patch:8.2.2777: Vim9: blob operations not tested in all wayszeertzjq2023-02-28
* refactor: use uint8_t for blobs and ga_append() (#21916)zeertzjq2023-01-21
* build: remove clint error suppression #21782dundargoc2023-01-13
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* vim-patch:8.2.1751: using 2 where bool is expected may throw an errorzeertzjq2022-11-05
* refactor(uncrustify): improved formatting rulesdundargoc2022-10-21
* refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc2022-10-21
* refactor: move definitions from `typval.h` to `typval_defs.h` (#20194)Famiu Haque2022-09-14
* refactor(typval): change FC_CFUNC abstraction into FC_LUAREFbfredl2022-09-07
* refactor: replace char_u with charDundar Göc2022-09-06
* perf(api): allow to use an arena for return valuesbfredl2022-08-23
* vim-patch:8.2.0056: execution stack is incomplete and inefficientzeertzjq2022-08-14
* vim-patch:8.1.1684: profiling functionality is spread outzeertzjq2022-08-12
* refactor: move non-symbols in mbyte.h to mbyte_defs.hzeertzjq2022-08-08
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* feat(lua): add api and lua autocmdsTJ DeVries2022-02-27
* feat(--headless): add on_print callback to stdioopenglacambre2022-01-24
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* refactor: uncrustify #16090dundargoc2021-10-29
* refactor: format header files with uncrustify #15877dundargoc2021-10-09
* vim-patch:8.1.0735: cannot handle binary dataSean Dewar2021-09-15
* chore: use codespell to spell check #15016dundargoc2021-07-07
* vim-patch:8.2.1255: cannot use a lambda with quickfix functionsJan Edmund Lazo2021-06-23
* Test and initial fix for crash with dictwatcherdelDaniel Hahler2021-03-30
* vim-patch:8.2.2438: out of bounds compiler warningJan Edmund Lazo2021-03-09
* vim-patch:8.1.1310: named function arguments are never optionalerw72021-02-22
* vim-patch:8.1.1630: various small problemsJan Edmund Lazo2020-12-13
* vim-patch:8.2.1961: various comments can be improvedJan Edmund Lazo2020-11-06
* lua: Add ability to pass tables with __callTJ DeVries2020-07-10
* lua: Add ability to pass lua functions directly to vimLTJ DeVries2020-07-10
* vim-patch:8.2.0111: VAR_SPECIAL is also used for booleansBilly Su2020-06-06
* Merge #11851 'eval.c: factor out eval/userfunc.c'Justin M. Keyes2020-04-26
|\
| * fix: header updatesJakub Łuczyński2020-02-13
* | nvim:eval: Fix enum declaration for ListLenSpecialsAndreas Schneider2020-02-23
|/
* PVS/V618: fix emsgf format specifier #11643Husain Alshehhi2020-01-01
* vim-patch:8.2.0025: repeated word in comment (#11586)Jan Edmund Lazo2019-12-21