summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_vim9_func.vim
AgeCommit message (Expand)Author
2021-07-18patch 8.2.3175: Vim9: using illegal pointer with nested lambdas.v8.2.3175Bram Moolenaar
2021-07-15patch 8.2.3169: Vim9: cannot handle nested inline functionv8.2.3169Bram Moolenaar
2021-07-10patch 8.2.3137: Vim9: no error when a line only has a variable namev8.2.3137Bram Moolenaar
2021-07-04patch 8.2.3100: Vim9: no error when using type with unknown number of argsv8.2.3100Bram Moolenaar
2021-07-03patch 8.2.3091: Vim9: default argument expr. cannot use previous argumentv8.2.3091Bram Moolenaar
2021-06-26patch 8.2.3060: Vim9: cannot use ternary operator in parenthesisv8.2.3060Bram 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-26patch 8.2.3052: Vim9: "legacy call" does not workv8.2.3052Bram Moolenaar
2021-06-22patch 8.2.3035: Vim9: crash when calling :def function with partialv8.2.3035Bram Moolenaar
2021-06-21patch 8.2.3031: no error if a function name starts with an underscorev8.2.3031Bram Moolenaar
2021-06-12patch 8.2.2983: Vim9: an inline function requires specifying the return typev8.2.2983Bram Moolenaar
2021-06-11patch 8.2.2975: Vim9: can only use an autoload function name as a stringv8.2.2975Bram Moolenaar
2021-06-09patch 8.2.2967: Vim9: crash when using two levels of partialsv8.2.2967Bram Moolenaar
2021-06-08patch 8.2.2965: Vim9: crash when calling function that failed to compilev8.2.2965Bram Moolenaar
2021-06-06patch 8.2.2951: Vim9: cannot use heredoc for :python, :lua, etc.v8.2.2951Bram Moolenaar
2021-06-02patch 8.2.2926: Vim9: no good error for using :legacy in a :def functionv8.2.2926Bram Moolenaar
2021-05-25patch 8.2.2886: various pieces of code not covered by testsv8.2.2886Yegappan Lakshmanan
2021-05-24patch 8.2.2881: various pieces of code not covered by testsv8.2.2881Yegappan Lakshmanan
2021-05-18patch 8.2.2864: Vim9: crash when using inline functionv8.2.2864Bram Moolenaar
2021-04-28patch 8.2.2817: Vim9: script sourcing continues after an errorv8.2.2817Bram Moolenaar
2021-04-25patch 8.2.2809: Vim9: :def function compilation fails when using :legacyv8.2.2809Bram Moolenaar
2021-04-24patch 8.2.2805: Vim9: cannot use legacy syntax in Vim9 scriptv8.2.2805Bram Moolenaar
2021-04-23patch 8.2.2802: Vim9: illegal memory accessv8.2.2802Bram 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.2750: Vim9: error for using underscore in nested functionv8.2.2750Bram Moolenaar
2021-04-10patch 8.2.2747: Vim9: not always an error for too many function argumentsv8.2.2747Bram Moolenaar
2021-04-10patch 8.2.2744: Vim9: no way to explicitly ignore an argumentv8.2.2744Bram Moolenaar
2021-04-10patch 8.2.2743: Vim9: function state stuck when compiling with ":silent!"v8.2.2743Bram Moolenaar
2021-04-10patch 8.2.2742: Vim9: when compiling a function fails it is clearedv8.2.2742Bram Moolenaar
2021-04-09patch 8.2.2741: Vim9: Partial call does not check right argumentsv8.2.2741Bram 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-04-05patch 8.2.2725: Vim9: message about compiling is wrong when using try/catchv8.2.2725Bram Moolenaar
2021-04-05patch 8.2.2718: Vim9: no explicit test for using a global function without g:v8.2.2718Bram Moolenaar
2021-03-29patch 8.2.2677: Vim9: cannot use only some of the default argumentsv8.2.2677Bram Moolenaar
2021-03-24patch 8.2.2650: Vim9: command modifiers not handled in nested functionv8.2.2650Bram Moolenaar
2021-03-22patch 8.2.2645: using inline function is not properly testedv8.2.2645Bram Moolenaar
2021-03-17patch 8.2.2619: Vim9: no test for return type of lambdav8.2.2619Bram Moolenaar
2021-03-17patch 8.2.2617: Vim9: script variable in block not found by functionv8.2.2617Bram Moolenaar
2021-03-11patch 8.2.2590: Vim9: default argument value may cause internal errorv8.2.2590Bram Moolenaar
2021-03-06patch 8.2.2576: Vim9: defining a :func function checks for white spacev8.2.2576Bram Moolenaar
2021-03-06patch 8.2.2574: Vim9: crash when calling partial with wrong functionv8.2.2574Bram Moolenaar
2021-03-05patch 8.2.2572: Vim9: crash when getting the types for a legacy functionv8.2.2572Bram Moolenaar
2021-02-28patch 8.2.2558: no error if a lambda argument shadows a variablev8.2.2558Bram Moolenaar
2021-02-21patch 8.2.2540: Vim9: no error for using script var name for argumentv8.2.2540Bram Moolenaar
2021-02-14patch 8.2.2512: Vim9: compiling error test sometimes failsv8.2.2512Bram Moolenaar
2021-02-12patch 8.2.2505: Vim9: crash after defining function with invalid return typev8.2.2505Bram Moolenaar
2021-02-12patch 8.2.2504: Vim9: crash when using an argument from a closurev8.2.2504Bram Moolenaar