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 9.0.0742: reading past end of the line when compiling a function
v9.0.0742
Bram Moolenaar
2022-10-13
1
-0
/
+27
*
patch 9.0.0630: in Vim9 script a numbered function cannot be called
v9.0.0630
Bram Moolenaar
2022-09-30
1
-0
/
+19
*
patch 9.0.0557: valgrind reports possibly leaked memory
v9.0.0557
Bram Moolenaar
2022-09-23
1
-28
/
+0
*
patch 9.0.0554: using freed memory when command follows lambda
v9.0.0554
Bram Moolenaar
2022-09-23
1
-0
/
+14
*
patch 9.0.0553: no error for "|" after "{" in lamda
v9.0.0553
Bram Moolenaar
2022-09-22
1
-0
/
+23
*
patch 9.0.0460: loop variable can't be found
v9.0.0460
Bram Moolenaar
2022-09-14
1
-2
/
+4
*
patch 9.0.0441: closure in for loop test fails on some systems
v9.0.0441
Bram Moolenaar
2022-09-11
1
-1
/
+1
*
patch 9.0.0440: crash when using mkdir() with "R" flag in compiled function
v9.0.0440
Bram Moolenaar
2022-09-11
1
-41
/
+19
*
patch 9.0.0432: crash when using for loop variable in closure
v9.0.0432
Bram Moolenaar
2022-09-09
1
-2
/
+25
*
patch 9.0.0430: cannot use repeat() with a blob
v9.0.0430
Bakudankun
2022-09-09
1
-0
/
+6
*
patch 9.0.0370: cleaning up afterwards can make a function messy
v9.0.0370
Bram Moolenaar
2022-09-03
1
-0
/
+30
*
patch 9.0.0334: test does not properly clean up
v9.0.0334
Dominique Pelle
2022-08-30
1
-1
/
+1
*
patch 9.0.0323: using common name in tests leads to flaky tests
v9.0.0323
Bram Moolenaar
2022-08-29
1
-12
/
+12
*
patch 9.0.0230: no error for comma missing in list in :def function
v9.0.0230
Bram Moolenaar
2022-08-20
1
-5
/
+5
*
patch 9.0.0229: Vim9: error message for missing type is not clear
v9.0.0229
Bram Moolenaar
2022-08-20
1
-3
/
+3
*
patch 9.0.0221: accessing freed memory if compiling nested function fails
v9.0.0221
Bram Moolenaar
2022-08-16
1
-0
/
+12
*
patch 9.0.0219: cannot make a funcref with "s:func" in a def function
v9.0.0219
Kota Kato
2022-08-16
1
-0
/
+39
*
patch 9.0.0174: no error for using "#{ comment" in a compiled function
v9.0.0174
Bram Moolenaar
2022-08-08
1
-0
/
+4
*
patch 9.0.0056: wrong line number reported when :cexpr fails in :def function
Bram Moolenaar
2022-07-18
1
-0
/
+12
*
patch 8.2.5026: Vim9: a few lines not covered by tests
v8.2.5026
Bram Moolenaar
2022-05-26
1
-0
/
+57
*
patch 8.2.4998: Vim9: crash when using multiple funcref()
v8.2.4998
Bram Moolenaar
2022-05-22
1
-0
/
+41
*
patch 8.2.4948: cannot use Perl heredoc in nested :def function
v8.2.4948
Bram Moolenaar
2022-05-13
1
-0
/
+18
*
patch 8.2.4912: using execute() to define a lambda doesn't work
v8.2.4912
Bram Moolenaar
2022-05-07
1
-0
/
+20
*
patch 8.2.4892: test failures because of changed error messages
v8.2.4892
Bram Moolenaar
2022-05-06
1
-1
/
+1
*
patch 8.2.4716: memory allocation failure not tested when defining a function
v8.2.4716
Yegappan Lakshmanan
2022-04-09
1
-0
/
+16
*
patch 8.2.4612: Vim9: cannot use a recursive call in a nested function
v8.2.4612
Bram Moolenaar
2022-03-23
1
-0
/
+19
*
patch 8.2.4601: Vim9: not enough test coverage for executing :def function
v8.2.4601
Bram Moolenaar
2022-03-20
1
-0
/
+13
*
patch 8.2.4586: Vim9: no error for using lower case name for "func" argument
v8.2.4586
Bram Moolenaar
2022-03-17
1
-4
/
+6
*
patch 8.2.4580: Vim9: incorrect error for shadowing variable
v8.2.4580
Bram Moolenaar
2022-03-16
1
-0
/
+18
*
patch 8.2.4572: Vim9: return type "any" is changed to first returned type
v8.2.4572
Bram Moolenaar
2022-03-15
1
-0
/
+24
*
patch 8.2.4554: Vim9: using null values not sufficiently tested
v8.2.4554
Bram Moolenaar
2022-03-12
1
-0
/
+108
*
patch 8.2.4548: script-local function is deleted when used in a funcref
v8.2.4548
Bram Moolenaar
2022-03-11
1
-0
/
+18
*
patch 8.2.4529: Vim9: comparing partial with function fails
v8.2.4529
Bram Moolenaar
2022-03-08
1
-1
/
+1
*
patch 8.2.4528: crash when using null_function for a partial
v8.2.4528
Bram Moolenaar
2022-03-08
1
-0
/
+9
*
patch 8.2.4526: Vim9: cannot set variables to a null value
v8.2.4526
Bram Moolenaar
2022-03-08
1
-1
/
+1
*
patch 8.2.4484: Vim9: some error messages are not tested
v8.2.4484
Bram Moolenaar
2022-02-28
1
-0
/
+38
*
patch 8.2.4460: Vim9: wrong error for defining dict function
v8.2.4460
Bram Moolenaar
2022-02-23
1
-0
/
+57
*
patch 8.2.4425: map() function does not check function arguments
v8.2.4425
Bram Moolenaar
2022-02-20
1
-2
/
+2
*
patch 8.2.4407: Vim9: some code not covered by tests
v8.2.4407
Bram Moolenaar
2022-02-17
1
-0
/
+8
*
patch 8.2.4404: Vim9: some code not covered by tests
v8.2.4404
Bram Moolenaar
2022-02-16
1
-0
/
+8
*
patch 8.2.4396: Python3 test fails
v8.2.4396
Bram Moolenaar
2022-02-15
1
-1
/
+1
*
patch 8.2.4395: some code lines not covered by tests
v8.2.4395
Bram Moolenaar
2022-02-15
1
-1
/
+8
*
patch 8.2.4360: Vim9: allowing use of "s:" leads to inconsistencies
v8.2.4360
Bram Moolenaar
2022-02-12
1
-6
/
+6
*
patch 8.2.4332: Vim9: incomplete test for existing script variable in block
v8.2.4332
Bram Moolenaar
2022-02-08
1
-0
/
+37
*
patch 8.2.4331: Vim9: no test for existing script variable in block
v8.2.4331
Bram Moolenaar
2022-02-08
1
-1
/
+25
*
patch 8.2.4324: Vim9: script-local function name can start with "_"
v8.2.4324
Bram Moolenaar
2022-02-07
1
-7
/
+23
*
patch 8.2.4323: Vim9: nested function name can start with "_"
v8.2.4323
Bram Moolenaar
2022-02-07
1
-2
/
+26
*
patch 8.2.4322: Vim9: crash when using funcref with closure
v8.2.4322
Bram Moolenaar
2022-02-07
1
-0
/
+19
*
patch 8.2.4321: Vim9: crash when using a funcref to a closure
v8.2.4321
Bram Moolenaar
2022-02-07
1
-0
/
+22
*
patch 8.2.4309: Vim9: crash when using a partial in the wrong context
v8.2.4309
Bram Moolenaar
2022-02-06
1
-0
/
+29
[next]