summaryrefslogtreecommitdiff
path: root/src/userfunc.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0346: Vim9: finding common list type not testedv8.2.0346Bram Moolenaar2020-03-011-3/+18
* patch 8.2.0279: Vim9: no test for deleted :def functionv8.2.0279Bram Moolenaar2020-02-191-0/+1
* patch 8.2.0268: trycatch test failsv8.2.0268Bram Moolenaar2020-02-171-2/+5
* patch 8.2.0267: no check for a following cmd when calling a function failsv8.2.0267Bram Moolenaar2020-02-161-1/+2
* patch 8.2.0223: some instructions not yet testedv8.2.0223Bram Moolenaar2020-02-061-3/+1
* patch 8.2.0222: Vim9: optional function arguments don't work yetv8.2.0222Bram Moolenaar2020-02-061-0/+1
* patch 8.2.0207: crash when missing member type on list argumentv8.2.0207Bram Moolenaar2020-02-041-3/+20
* patch 8.2.0201: cannot assign to an imported variablev8.2.0201Bram Moolenaar2020-02-031-1/+1
* patch 8.2.0199: Vim9 script commands not sufficiently testedv8.2.0199Bram Moolenaar2020-02-021-0/+3
* patch 8.2.0185: Vim9 script: cannot use "if has()" to skip linesv8.2.0185Bram Moolenaar2020-01-311-3/+7
* patch 8.2.0171: Coverity warning for using uninitialized bufferv8.2.0171Bram Moolenaar2020-01-281-1/+1
* patch 8.2.0159: non-materialized range() list causes problemsv8.2.0159Bram Moolenaar2020-01-271-2/+3
* patch 8.2.0150: cannot define python function when using :executev8.2.0150Bram Moolenaar2020-01-261-1/+4
* patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar2020-01-261-291/+626
* patch 8.2.0098: exe stack length can be wrong without being detectedv8.2.0098Bram Moolenaar2020-01-071-0/+3
* patch 8.2.0078: expanding <sfile> works differently the second timev8.2.0078Bram Moolenaar2020-01-021-1/+5
* patch 8.2.0067: ERROR_UNKNOWN clashes on some systemsv8.2.0067Bram Moolenaar2019-12-311-21/+21
* patch 8.2.0056: execution stack is incomplete and inefficientv8.2.0056Bram Moolenaar2019-12-291-86/+75
* patch 8.2.0042: clearing funccal values twicev8.2.0042Bram Moolenaar2019-12-251-5/+0
* patch 8.2.0013: not using a typedef for condstackv8.2.0013Bram Moolenaar2019-12-161-1/+1
* patch 8.1.2396: using old C style commentsv8.1.2396Bram Moolenaar2019-12-051-220/+219
* patch 8.1.2282: crash when passing many arguments through a partialv8.1.2282Bram Moolenaar2019-11-101-1/+9
* patch 8.1.2280: crash when passing partial to substitute()v8.1.2280Bram Moolenaar2019-11-091-1/+2
* patch 8.1.2262: unpack assignment in function not recognizedv8.1.2262Bram Moolenaar2019-11-061-14/+20
* patch 8.1.2127: the indent.c file is a bit bigv8.1.2127Bram Moolenaar2019-10-091-1/+1
* patch 8.1.2047: cannot check the current statev8.1.2047Bram Moolenaar2019-09-161-2/+13
* patch 8.1.1938: may crash when out of memoryv8.1.1938Bram Moolenaar2019-08-291-10/+5
* patch 8.1.1901: the +insert_expand feature is not always availablev8.1.1901Bram Moolenaar2019-08-211-2/+0
* patch 8.1.1887: the +cmdline_compl feature is not in the tiny versionv8.1.1887Bram Moolenaar2019-08-181-4/+0
* patch 8.1.1878: negative float before method not parsed correctlyv8.1.1878Bram Moolenaar2019-08-171-2/+3
* patch 8.1.1863: confusing error when using a builtin function as methodv8.1.1863Bram Moolenaar2019-08-161-3/+11
* patch 8.1.1827: allocating more memory than needed for extended structsv8.1.1827Bram Moolenaar2019-08-081-2/+2
* patch 8.1.1820: using expr->FuncRef() does not workv8.1.1820Bram Moolenaar2019-08-051-4/+7
* patch 8.1.1816: cannot use a user defined function as a methodv8.1.1816Bram Moolenaar2019-08-041-7/+16
* patch 8.1.1803: all builtin functions are globalv8.1.1803Bram Moolenaar2019-08-031-6/+16
* patch 8.1.1800: function call functions have too many argumentsv8.1.1800Bram Moolenaar2019-08-031-49/+48
* patch 8.1.1729: heredoc with trim not properly handled in functionv8.1.1729Bram Moolenaar2019-07-211-14/+23
* patch 8.1.1689: profiling code is spread outv8.1.1689Bram Moolenaar2019-07-141-87/+9
* patch 8.1.1684: profiling functionality is spread outv8.1.1684Bram Moolenaar2019-07-131-218/+6
* patch 8.1.1625: script line numbers are not exactly rightv8.1.1625Bram Moolenaar2019-07-041-5/+9
* patch 8.1.1588: in :let-heredoc line continuation is recognizedv8.1.1588Bram Moolenaar2019-06-251-3/+7
* patch 8.1.1583: set_ref_in_list() only sets ref in itemsv8.1.1583Bram Moolenaar2019-06-231-2/+2
* patch 8.1.1575: callbacks may be garbage collectedv8.1.1575Bram Moolenaar2019-06-201-3/+3
* patch 8.1.1563: crash when using closuresv8.1.1563Bram Moolenaar2019-06-171-15/+13
* patch 8.1.1485: double free when garbage_collect() is used in autocommandv8.1.1485Bram Moolenaar2019-06-061-2/+9
* patch 8.1.1437: code to handle callbacks is duplicatedv8.1.1437Bram Moolenaar2019-06-011-0/+24
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-14/+11
* patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar2019-05-241-7/+6
* patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar2019-05-241-4/+4
* patch 8.1.1356: some text in heredoc assignment ends the textv8.1.1356Bram Moolenaar2019-05-191-4/+37