index
:
delta/vim-git.git
chrisbra-patch-1
master
github.com: vim/vim.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
testdir
/
test_vim9_func.vim
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.3175: Vim9: using illegal pointer with nested lambdas.
v8.2.3175
Bram Moolenaar
2021-07-18
1
-0
/
+16
*
patch 8.2.3169: Vim9: cannot handle nested inline function
v8.2.3169
Bram Moolenaar
2021-07-15
1
-0
/
+10
*
patch 8.2.3137: Vim9: no error when a line only has a variable name
v8.2.3137
Bram Moolenaar
2021-07-10
1
-3
/
+3
*
patch 8.2.3100: Vim9: no error when using type with unknown number of args
v8.2.3100
Bram Moolenaar
2021-07-04
1
-1
/
+1
*
patch 8.2.3091: Vim9: default argument expr. cannot use previous argument
v8.2.3091
Bram Moolenaar
2021-07-03
1
-0
/
+6
*
patch 8.2.3060: Vim9: cannot use ternary operator in parenthesis
v8.2.3060
Bram Moolenaar
2021-06-26
1
-0
/
+3
*
patch 8.2.3058: Vim9: cannot use ternary operator in parenthesis
v8.2.3058
Bram Moolenaar
2021-06-26
1
-0
/
+7
*
patch 8.2.3056: Vim9: using default value in lambda gives confusing error
v8.2.3056
Bram Moolenaar
2021-06-26
1
-0
/
+6
*
patch 8.2.3052: Vim9: "legacy call" does not work
v8.2.3052
Bram Moolenaar
2021-06-26
1
-0
/
+17
*
patch 8.2.3035: Vim9: crash when calling :def function with partial
v8.2.3035
Bram Moolenaar
2021-06-22
1
-0
/
+14
*
patch 8.2.3031: no error if a function name starts with an underscore
v8.2.3031
Bram Moolenaar
2021-06-21
1
-0
/
+18
*
patch 8.2.2983: Vim9: an inline function requires specifying the return type
v8.2.2983
Bram Moolenaar
2021-06-12
1
-0
/
+20
*
patch 8.2.2975: Vim9: can only use an autoload function name as a string
v8.2.2975
Bram Moolenaar
2021-06-11
1
-0
/
+28
*
patch 8.2.2967: Vim9: crash when using two levels of partials
v8.2.2967
Bram Moolenaar
2021-06-09
1
-0
/
+13
*
patch 8.2.2965: Vim9: crash when calling function that failed to compile
v8.2.2965
Bram Moolenaar
2021-06-08
1
-0
/
+16
*
patch 8.2.2951: Vim9: cannot use heredoc for :python, :lua, etc.
v8.2.2951
Bram Moolenaar
2021-06-06
1
-0
/
+28
*
patch 8.2.2926: Vim9: no good error for using :legacy in a :def function
v8.2.2926
Bram Moolenaar
2021-06-02
1
-0
/
+9
*
patch 8.2.2886: various pieces of code not covered by tests
v8.2.2886
Yegappan Lakshmanan
2021-05-25
1
-0
/
+8
*
patch 8.2.2881: various pieces of code not covered by tests
v8.2.2881
Yegappan Lakshmanan
2021-05-24
1
-0
/
+7
*
patch 8.2.2864: Vim9: crash when using inline function
v8.2.2864
Bram Moolenaar
2021-05-18
1
-0
/
+14
*
patch 8.2.2817: Vim9: script sourcing continues after an error
v8.2.2817
Bram Moolenaar
2021-04-28
1
-3
/
+3
*
patch 8.2.2809: Vim9: :def function compilation fails when using :legacy
v8.2.2809
Bram Moolenaar
2021-04-25
1
-0
/
+10
*
patch 8.2.2805: Vim9: cannot use legacy syntax in Vim9 script
v8.2.2805
Bram Moolenaar
2021-04-24
1
-0
/
+8
*
patch 8.2.2802: Vim9: illegal memory access
v8.2.2802
Bram Moolenaar
2021-04-23
1
-0
/
+10
*
patch 8.2.2758: Vim9: wrong line number for autoload function with wrong name
v8.2.2758
Bram Moolenaar
2021-04-12
1
-0
/
+24
*
patch 8.2.2750: Vim9: error for using underscore in nested function
v8.2.2750
Bram Moolenaar
2021-04-10
1
-0
/
+2
*
patch 8.2.2747: Vim9: not always an error for too many function arguments
v8.2.2747
Bram Moolenaar
2021-04-10
1
-2
/
+13
*
patch 8.2.2744: Vim9: no way to explicitly ignore an argument
v8.2.2744
Bram Moolenaar
2021-04-10
1
-0
/
+35
*
patch 8.2.2743: Vim9: function state stuck when compiling with ":silent!"
v8.2.2743
Bram Moolenaar
2021-04-10
1
-0
/
+14
*
patch 8.2.2742: Vim9: when compiling a function fails it is cleared
v8.2.2742
Bram Moolenaar
2021-04-10
1
-1
/
+15
*
patch 8.2.2741: Vim9: Partial call does not check right arguments
v8.2.2741
Bram Moolenaar
2021-04-09
1
-0
/
+2
*
patch 8.2.2740: Vim9: lambda with varargs doesn't work
v8.2.2740
Bram Moolenaar
2021-04-09
1
-2
/
+19
*
patch 8.2.2739: Vim9: a lambda accepts too many arguments at the script level
v8.2.2739
Bram Moolenaar
2021-04-09
1
-2
/
+7
*
patch 8.2.2726: confusing error message with white space before comma
v8.2.2726
Bram Moolenaar
2021-04-06
1
-0
/
+9
*
patch 8.2.2725: Vim9: message about compiling is wrong when using try/catch
v8.2.2725
Bram Moolenaar
2021-04-05
1
-4
/
+39
*
patch 8.2.2718: Vim9: no explicit test for using a global function without g:
v8.2.2718
Bram Moolenaar
2021-04-05
1
-0
/
+24
*
patch 8.2.2677: Vim9: cannot use only some of the default arguments
v8.2.2677
Bram Moolenaar
2021-03-29
1
-2
/
+19
*
patch 8.2.2650: Vim9: command modifiers not handled in nested function
v8.2.2650
Bram Moolenaar
2021-03-24
1
-0
/
+23
*
patch 8.2.2645: using inline function is not properly tested
v8.2.2645
Bram Moolenaar
2021-03-22
1
-0
/
+10
*
patch 8.2.2619: Vim9: no test for return type of lambda
v8.2.2619
Bram Moolenaar
2021-03-17
1
-0
/
+15
*
patch 8.2.2617: Vim9: script variable in block not found by function
v8.2.2617
Bram Moolenaar
2021-03-17
1
-1
/
+19
*
patch 8.2.2590: Vim9: default argument value may cause internal error
v8.2.2590
Bram Moolenaar
2021-03-11
1
-0
/
+8
*
patch 8.2.2576: Vim9: defining a :func function checks for white space
v8.2.2576
Bram Moolenaar
2021-03-06
1
-0
/
+17
*
patch 8.2.2574: Vim9: crash when calling partial with wrong function
v8.2.2574
Bram Moolenaar
2021-03-06
1
-0
/
+24
*
patch 8.2.2572: Vim9: crash when getting the types for a legacy function
v8.2.2572
Bram Moolenaar
2021-03-05
1
-0
/
+13
*
patch 8.2.2558: no error if a lambda argument shadows a variable
v8.2.2558
Bram Moolenaar
2021-02-28
1
-1
/
+26
*
patch 8.2.2540: Vim9: no error for using script var name for argument
v8.2.2540
Bram Moolenaar
2021-02-21
1
-0
/
+9
*
patch 8.2.2512: Vim9: compiling error test sometimes fails
v8.2.2512
Bram Moolenaar
2021-02-14
1
-12
/
+2
*
patch 8.2.2505: Vim9: crash after defining function with invalid return type
v8.2.2505
Bram Moolenaar
2021-02-12
1
-0
/
+15
*
patch 8.2.2504: Vim9: crash when using an argument from a closure
v8.2.2504
Bram Moolenaar
2021-02-12
1
-0
/
+12
[next]