summaryrefslogtreecommitdiffstats
path: root/src/userfunc.c
AgeCommit message (Expand)Author
2021-07-15patch 8.2.3171: another illegal memory access in testv8.2.3171Bram Moolenaar
2021-07-15patch 8.2.3170: Illegal memory access in testv8.2.3170Bram Moolenaar
2021-07-15patch 8.2.3169: Vim9: cannot handle nested inline functionv8.2.3169Bram Moolenaar
2021-07-08patch 8.2.3129: Vim9: imported uninitialized list does not get type checkedv8.2.3129Bram Moolenaar
2021-07-08patch 8.2.3128: Vim9: uninitialzed list does not get type checkedv8.2.3128Bram Moolenaar
2021-07-04patch 8.2.3107: Vim9: error for arguments while type didn't specify argumentsv8.2.3107Bram Moolenaar
2021-07-04patch 8.2.3105: Vim9: type of partial is wrong when it has argumentsv8.2.3105Bram Moolenaar
2021-07-03patch 8.2.3089: garbage collection has useless codev8.2.3089Bram Moolenaar
2021-06-27patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar
2021-06-26patch 8.2.3060: Vim9: cannot use ternary operator in parenthesisv8.2.3060Bram Moolenaar
2021-06-26patch 8.2.3059: Vim9: memory leak when using lambdav8.2.3059Bram Moolenaar
2021-06-26patch 8.2.3058: Vim9: cannot use ternary operator in parenthesisv8.2.3058Bram Moolenaar
2021-06-26patch 8.2.3056: Vim9: using default value in lambda gives confusing errorv8.2.3056Bram Moolenaar
2021-06-21patch 8.2.3031: no error if a function name starts with an underscorev8.2.3031Bram Moolenaar
2021-06-13patch 8.2.2985: Vim9: a compiled function cannot be debuggedv8.2.2985Bram Moolenaar
2021-06-12patch 8.2.2983: Vim9: an inline function requires specifying the return typev8.2.2983Bram Moolenaar
2021-06-06patch 8.2.2951: Vim9: cannot use heredoc for :python, :lua, etc.v8.2.2951Bram Moolenaar
2021-05-24patch 8.2.2882: Vim9: memory leak when lambda has an errorv8.2.2882Bram Moolenaar
2021-05-18patch 8.2.2866: Vim9: memory leak when using inline functionv8.2.2866Bram Moolenaar
2021-05-18patch 8.2.2865: skipping over function body failsv8.2.2865Bram Moolenaar
2021-05-18patch 8.2.2864: Vim9: crash when using inline functionv8.2.2864Bram Moolenaar
2021-04-14patch 8.2.2764: memory leak when default function argument is allocatedv8.2.2764Bram Moolenaar
2021-04-12patch 8.2.2758: Vim9: wrong line number for autoload function with wrong namev8.2.2758Bram Moolenaar
2021-04-10patch 8.2.2751: Coverity warns for using NULL pointerv8.2.2751Bram Moolenaar
2021-04-10patch 8.2.2746: check for duplicate arguments does not workv8.2.2746Bram Moolenaar
2021-04-10patch 8.2.2745: Vim9: missing part of the argument changev8.2.2745Bram Moolenaar
2021-04-09patch 8.2.2740: Vim9: lambda with varargs doesn't workv8.2.2740Bram Moolenaar
2021-04-09patch 8.2.2739: Vim9: a lambda accepts too many arguments at the script levelv8.2.2739Bram Moolenaar
2021-04-06patch 8.2.2726: confusing error message with white space before commav8.2.2726Bram Moolenaar
2021-03-29patch 8.2.2677: Vim9: cannot use only some of the default argumentsv8.2.2677Bram Moolenaar
2021-03-27patch 8.2.2663: Vim9: leaking memory when inline function has an errorv8.2.2663Bram Moolenaar
2021-03-22patch 8.2.2645: using inline function is not properly testedv8.2.2645Bram Moolenaar
2021-03-22patch 8.2.2642: Vim9: no clear error for wrong inline functionv8.2.2642Bram Moolenaar
2021-03-21patch 8.2.2636: memory leak when compiling inline functionv8.2.2636Bram Moolenaar
2021-03-21patch 8.2.2635: Vim9: cannot define an inline functionv8.2.2635Bram Moolenaar
2021-03-17patch 8.2.2614: Vim9: function is deleted while executingv8.2.2614Bram Moolenaar
2021-03-06patch 8.2.2576: Vim9: defining a :func function checks for white spacev8.2.2576Bram Moolenaar
2021-02-28patch 8.2.2558: no error if a lambda argument shadows a variablev8.2.2558Bram Moolenaar
2021-02-23patch 8.2.2544: Vim9: error for argument when checking for lambdav8.2.2544Bram Moolenaar
2021-02-21patch 8.2.2540: Vim9: no error for using script var name for argumentv8.2.2540Bram Moolenaar
2021-02-20patch 8.2.2536: Coverity complains about unchecked return valuev8.2.2536Bram Moolenaar
2021-02-19patch 8.2.2530: Vim9: not enough testing for profilingv8.2.2530Bram Moolenaar
2021-02-12patch 8.2.2505: Vim9: crash after defining function with invalid return typev8.2.2505Bram Moolenaar
2021-02-07patch 8.2.2486: Vim9: some errors for white space do not show contextv8.2.2486Bram Moolenaar
2021-02-07patch 8.2.2481: Vim9: confusing error when variable arguments have defaultv8.2.2481Bram Moolenaar
2021-02-07patch 8.2.2480: Vim9: some errors for white space do not show contextv8.2.2480Bram Moolenaar
2021-02-03patch 8.2.2456: Coverity warning for strcpy() into fixed size arrayv8.2.2456Bram Moolenaar
2021-01-31patch 8.2.2445: Vim9: no proper error for lambda missing return typev8.2.2445Bram Moolenaar
2021-01-24patch 8.2.2405: Vim9: no need to allow white space before "(" for :defv8.2.2405Bram Moolenaar
2021-01-24patch 8.2.2400: Vim9: compiled functions are not profiledv8.2.2400Bram Moolenaar