summaryrefslogtreecommitdiff
path: root/src/testdir/test_functions.vim
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.1.1984: more functions can be used as methodsv8.1.1984Bram Moolenaar2019-09-041-7/+7
* patch 8.1.1972: no proper test for getchar()v8.1.1972Bram Moolenaar2019-09-031-0/+17
* patch 8.1.1968: crash when using nested map()v8.1.1968Bram Moolenaar2019-09-031-0/+4
* patch 8.1.1961: more functions can be used as a methodv8.1.1961Bram Moolenaar2019-09-011-7/+7
* patch 8.1.1954: more functions can be used as a methodv8.1.1954Bram Moolenaar2019-08-311-5/+5
* patch 8.1.1953: more functions can be used as a methodv8.1.1953Bram Moolenaar2019-08-311-3/+22
* patch 8.1.1932: ml_get errors after using append()v8.1.1932Bram Moolenaar2019-08-271-0/+9
* patch 8.1.1921: more functions can be used as methodsv8.1.1921Bram Moolenaar2019-08-241-8/+9
* patch 8.1.1915: more functions can be used as methodsv8.1.1915Bram Moolenaar2019-08-231-3/+4
* patch 8.1.1911: more functions can be used as methodsv8.1.1911Bram Moolenaar2019-08-221-1/+31
* patch 8.1.1888: more functions can be used as methodsv8.1.1888Bram Moolenaar2019-08-181-3/+3
* patch 8.1.1826: tests use hand coded feature and option checksv8.1.1826Bram Moolenaar2019-08-071-3/+3
* patch 8.1.1740: exepath() doesn't work for "bin/cat"v8.1.1740Bram Moolenaar2019-07-241-0/+8
* patch 8.1.1638: running tests leaves some files behindv8.1.1638Bram Moolenaar2019-07-051-4/+5
* patch 8.1.1611: bufadd() reuses existing buffer without a namev8.1.1611Bram Moolenaar2019-06-301-0/+14
* patch 8.1.1610: there is no way to add or load a buffer without side effectsv8.1.1610Bram Moolenaar2019-06-301-0/+28
* patch 8.1.1585: :let-heredoc does not trim enoughv8.1.1585Bram Moolenaar2019-06-241-7/+8
* patch 8.1.1568: strftime() test fails on MS-Windowsv8.1.1568Bram Moolenaar2019-06-181-1/+4
* patch 8.1.1567: localtime_r() does not respond to $TZ changesv8.1.1567Bram Moolenaar2019-06-181-0/+24