summaryrefslogtreecommitdiff
path: root/src/testdir/test_nested_function.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.0141v8.0.0141Bram Moolenaar2017-01-021-0/+4
| | | | | Problem: Nested function test fails on AppVeyor. Solution: Disable the test on Windows for now.
* patch 8.0.0137v8.0.0137Bram Moolenaar2017-01-021-0/+21
| | | | | | Problem: When 'maxfuncdepth' is set above 200 the nesting is limited to 200. (Brett Stahlman) Solution: Allow for Ex command recursion depending on 'maxfuncdepth'.
* patch 8.0.0085v8.0.0085Bram Moolenaar2016-11-141-13/+23
| | | | | Problem: Using freed memory with recursive function call. (Dominique Pelle) Solution: Make a copy of the function name.
* patch 7.4.2305v7.4.2305Bram Moolenaar2016-09-011-0/+32
Problem: Marks, writefile and nested function tests are old style. Solution: Turn them into new style tests. (Yegappan Lakshmanan)