aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/typval.h
Commit message (Expand)AuthorAge
* 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
* Remove excess <stdint.h>Jan Edmund Lazo2019-09-11
* vim-patch:8.1.0515: reloading a script gives errors for existing functionserw72019-09-04
* vim-patch:8.1.0362: cannot get the script line number when executing a functionerw72019-09-04
* vim-patch:8.1.0130: ":profdel func" does not work if func was called alreadyDaniel Hahler2019-06-08
* vim-patch:8.0.1590: padding in list type wastes memory (#9119)Jan Edmund Lazo2018-10-13
* vim-patch:8.0.0593: DRY: setting list/dict return value (#8639)Jan Edmund Lazo2018-06-30
* eval/typval: Remove struct dictitem_S which is not used anywhereZyX2018-04-20
* eval: Fix PVS/V547: ufunc_T is actually an incomplete typeZyX2018-04-10
* build/MSVC: fix "C4003: not enough actual parameters for macro"Justin M. Keyes2018-03-18
* eval/typval: Log list actionsZyX2018-01-14
* *: Provide list length when allocating listsZyX2018-01-14
* eval: Refactor some potentially dangerous list appendsZyX2017-12-25
* clint,eval: Make linter check for direct usage of list attributesZyX2017-12-12
* eval/typval: Fix typoZyX2017-12-11
* *: Finish hiding list implementationZyX2017-12-11
* *: Hide list implementation in other files as wellZyX2017-12-10
* *: Start hiding list implementationZyX2017-12-10
* eval/typval: Add macros useful for hiding list item implementationZyX2017-12-10
* eval/typval: Add functions useful for hiding list implementationZyX2017-12-10
* ex_getln: Replace global with entry in save_cclineZyX2017-07-17
* vim-patch:7.4.1976James McCoy2017-06-04
* unittests: Add a test for TV_CSTRINGZyX2017-04-14
* eval: Change the point at which arg_errmsg and its length are changedZyX2017-04-14
* eval: Use tv_is_func in place of ==VAR_FUNC||==VAR_PARTIALZyX2017-03-29
* eval: Move part of dictwatcher* functions to eval/typvalZyX2017-03-29
* eval/typval: Add missing includes, also add a script to find themZyX2017-03-29
* eval: Fix max_min functionsZyX2017-03-29