summaryrefslogtreecommitdiff
path: root/src/testdir/test_method.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar2022-09-171-1/+0
* patch 9.0.0345: error message for list argument could be clearerv9.0.0345Bram Moolenaar2022-09-011-1/+1
* patch 9.0.0333: method test failsv9.0.0333Bram Moolenaar2022-08-301-1/+1
* patch 9.0.0330: method tests failv9.0.0330Bram Moolenaar2022-08-301-3/+3
* patch 8.2.2855: white space after "->" does not give E274v8.2.2855Bram Moolenaar2021-05-151-1/+2
* patch 8.2.2398: method test failsv8.2.2398Bram Moolenaar2021-01-231-2/+4
* patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar2020-07-111-2/+2
* patch 8.2.0450: not enough testing for restricted mode and function callsv8.2.0450Bram Moolenaar2020-03-261-1/+17
* patch 8.2.0418: code in eval.c not sufficiently covered by testsv8.2.0418Bram Moolenaar2020-03-201-0/+3
* patch 8.2.0155: warnings from MinGW compiler; tests fail without +floatv8.2.0155Bram Moolenaar2020-01-261-0/+3
* patch 8.1.2107: various memory leaks reported by asanv8.1.2107Bram Moolenaar2019-10-011-0/+4
* patch 8.1.1915: more functions can be used as methodsv8.1.1915Bram Moolenaar2019-08-231-0/+2
* patch 8.1.1878: negative float before method not parsed correctlyv8.1.1878Bram Moolenaar2019-08-171-0/+5
* patch 8.1.1863: confusing error when using a builtin function as methodv8.1.1863Bram Moolenaar2019-08-161-0/+4
* patch 8.1.1835: cannot use printf() as a methodv8.1.1835Bram Moolenaar2019-08-101-7/+9
* patch 8.1.1834: cannot use a lambda as a methodv8.1.1834Bram Moolenaar2019-08-091-0/+10
* patch 8.1.1828: not strict enough checking syntax of method invocationv8.1.1828Bram Moolenaar2019-08-081-0/+10
* patch 8.1.1821: no test for wrong number of method argumentsv8.1.1821Bram Moolenaar2019-08-061-0/+10
* patch 8.1.1820: using expr->FuncRef() does not workv8.1.1820Bram Moolenaar2019-08-051-4/+17
* patch 8.1.1809: more functions can be used as a methodv8.1.1809Bram Moolenaar2019-08-041-0/+11
* patch 8.1.1807: more functions can be used as a methodv8.1.1807Bram Moolenaar2019-08-041-3/+22
* patch 8.1.1803: all builtin functions are globalv8.1.1803Bram Moolenaar2019-08-031-0/+61