summaryrefslogtreecommitdiff
path: root/src/testdir/test_functions.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0947: readdirex() doesn't handle broken link properlyv8.2.0947Bram Moolenaar2020-06-101-0/+10
* patch 8.2.0946: cannot use "q" to cancel a number promptv8.2.0946Bram Moolenaar2020-06-101-0/+12
* patch 8.2.0888: readdirex() returns size -2 for a directoryv8.2.0888Bram Moolenaar2020-06-021-2/+4
* patch 8.2.0886: cannot use octal numbers in scriptversion 4v8.2.0886Bram Moolenaar2020-06-021-0/+5
* patch 8.2.0875: getting attributes for directory entries is slowv8.2.0875Bram Moolenaar2020-06-011-1/+40
* patch 8.2.0868: trim() always trims both endsv8.2.0868Bram Moolenaar2020-05-311-0/+7
* patch 8.2.0850: MS-Windows: exepath() works different from cmd.exev8.2.0850Bram Moolenaar2020-05-301-0/+24
* patch 8.2.0849: BeOS code is not maintained and probably unusedv8.2.0849Bram Moolenaar2020-05-301-3/+1
* patch 8.2.0824: still not enough memory allocated when converting stringv8.2.0824Bram Moolenaar2020-05-251-0/+1
* patch 8.2.0817: not enough memory allocated when converting stringv8.2.0817Bram Moolenaar2020-05-241-0/+2
* patch 8.2.0712: various code not fully testedv8.2.0712Bram Moolenaar2020-05-071-0/+16
* patch 8.2.0644: insufficient testing for invalid function argumentsv8.2.0644Bram Moolenaar2020-04-261-6/+15
* patch 8.2.0634: crash with null partial and blobv8.2.0634Bram Moolenaar2020-04-251-0/+34
* patch 8.2.0633: crash when using null partial in filter()v8.2.0633Bram Moolenaar2020-04-241-0/+2
* patch 8.2.0615: regexp benchmark stest is old stylev8.2.0615Bram Moolenaar2020-04-211-1/+25
* patch 8.2.0610: some tests are still old stylev8.2.0610Bram Moolenaar2020-04-201-0/+19
* patch 8.2.0533: tests using term_wait() can still be flakyv8.2.0533Bram Moolenaar2020-04-081-14/+5
* patch 8.2.0532: cannot use simplify() as a methodv8.2.0532Bram Moolenaar2020-04-081-1/+1
* patch 8.2.0522: several errors are not tested forv8.2.0522Bram Moolenaar2020-04-061-0/+1
* patch 8.2.0509: various code is not properly tested.v8.2.0509Bram Moolenaar2020-04-041-0/+16
* patch 8.2.0507: getbufvar() may get the wrong dictionaryv8.2.0507Bram Moolenaar2020-04-031-0/+10
* patch 8.2.0454: some tests fail when the system is slowv8.2.0454Bram Moolenaar2020-03-261-6/+16
* patch 8.2.0448: various functions not properly testedv8.2.0448Bram Moolenaar2020-03-251-0/+81
* patch 8.2.0427: it is not possible to check for a typo in a feature namev8.2.0427Bram Moolenaar2020-03-221-1/+9
* patch 8.2.0418: code in eval.c not sufficiently covered by testsv8.2.0418Bram Moolenaar2020-03-201-0/+14
* patch 8.2.0401: not enough test coverage for evalvars.cv8.2.0401Bram Moolenaar2020-03-181-8/+8
* patch 8.2.0334: abort called when using test_void()v8.2.0334Bram Moolenaar2020-02-291-0/+10
* patch 8.2.0331: internal error when using test_void() and test_unknown()v8.2.0331Bram Moolenaar2020-02-291-0/+3
* patch 8.2.0325: ex_getln.c code not covered by testsv8.2.0325Bram Moolenaar2020-02-271-0/+13
* patch 8.2.0316: ex_getln.c code has insufficient test coveragev8.2.0316Bram Moolenaar2020-02-251-0/+26
* patch 8.2.0258: modifyOtherKeys cannot be temporarily disabledv8.2.0258Bram Moolenaar2020-02-141-0/+17
* patch 8.2.0211: test for ANSI colors fails without an "ls" commandv8.2.0211Bram Moolenaar2020-02-051-3/+8
* patch 8.2.0186: a couple of tests may fail when features are missingv8.2.0186Bram Moolenaar2020-01-311-1/+1
* patch 8.2.0183: tests fail when the float feature is disabledv8.2.0183Bram Moolenaar2020-01-301-9/+17
* patch 8.2.0179: still a few places where range() does not workv8.2.0179Bram Moolenaar2020-01-301-0/+37
* patch 8.2.0163: test hangs on MS-Windows consolev8.2.0163Bram Moolenaar2020-01-281-6/+7
* patch 8.2.0162: balloon test fails in the GUIv8.2.0162Bram Moolenaar2020-01-271-1/+3
* patch 8.2.0159: non-materialized range() list causes problemsv8.2.0159Bram Moolenaar2020-01-271-0/+222
* patch 8.1.2398: strptime() test fails on Japanese Macv8.1.2398Bram Moolenaar2019-12-061-1/+1
* patch 8.1.2326: cannot parse a date/time stringv8.1.2326Bram Moolenaar2019-11-211-3/+23
* patch 8.1.2304: cannot get the mouse position when getting a mouse clickv8.1.2304Bram Moolenaar2019-11-161-0/+2
* patch 8.1.2099: state() test fails on some Mac systemsv8.1.2099Bram Moolenaar2019-09-281-2/+3
* patch 8.1.2066: no tests for state()v8.1.2066Bram Moolenaar2019-09-221-0/+60
* patch 8.1.2043: not sufficient testing for quoted numbersv8.1.2043Bram Moolenaar2019-09-151-0/+1
* patch 8.1.2035: recognizing octal numbers is confusingv8.1.2035Bram Moolenaar2019-09-151-0/+6
* patch 8.1.2013: more functions can be used as methodsv8.1.2013Bram Moolenaar2019-09-081-4/+9
* patch 8.1.2004: more functions can be used as methodsv8.1.2004Bram Moolenaar2019-09-071-6/+6
* patch 8.1.1996: more functions can be used as methodsv8.1.1996Bram Moolenaar2019-09-061-1/+1
* patch 8.1.1993: more functions can be used as methodsv8.1.1993Bram Moolenaar2019-09-061-2/+2
* patch 8.1.1987: more functions can be used as methodsv8.1.1987Bram Moolenaar2019-09-041-3/+3