summaryrefslogtreecommitdiff
path: root/src/testdir/test_functions.vim
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.1.1473: new resolve() implementation causes problem for pluginsv8.1.1473Bram Moolenaar2019-06-061-0/+4
* patch 8.1.1417: MS-Windows: resolve() does not resolve all components of pathv8.1.1417Bram Moolenaar2019-05-291-1/+14
* patch 8.1.1378: delete() can not handle a file name that looks like a patternv8.1.1378Bram Moolenaar2019-05-241-0/+15
* patch 8.1.1336: some eval functionality is not covered by testsv8.1.1336Bram Moolenaar2019-05-161-0/+24
* patch 8.1.1120: cannot easily get directory entry matchesv8.1.1120Bram Moolenaar2019-04-051-0/+30
* patch 8.1.1095: MS-Windows: executable() fails on very long filenamev8.1.1095Bram Moolenaar2019-03-301-0/+11
* patch 8.1.1077: reg_executing() is reset by calling input()v8.1.1077Bram Moolenaar2019-03-301-6/+24
* patch 8.1.0995: a getchar() call resets the reg_executing() resultv8.1.0995Bram Moolenaar2019-03-051-0/+19
* patch 8.1.0992: a :normal command resets the reg_executing() resultv8.1.0992Bram Moolenaar2019-03-041-0/+9
* patch 8.1.0894: MS-Windows: resolve() does not return a reparse pointv8.1.0894Bram Moolenaar2019-02-101-1/+98
* patch 8.1.0884: double check for bsd systemsv8.1.0884Bram Moolenaar2019-02-081-1/+0
* patch 8.1.0878: test for has('bsd') fails on some BSD systemsv8.1.0878Bram Moolenaar2019-02-071-0/+2
* patch 8.1.0846: not easy to recognize the system Vim runs onv8.1.0846Bram Moolenaar2019-01-291-14/+52
* patch 8.1.0832: confirm() is not testedv8.1.0832Bram Moolenaar2019-01-271-0/+55
* patch 8.1.0811: too many #ifdefsv8.1.0811Bram Moolenaar2019-01-241-17/+5
* patch 8.1.0515: reloading a script gives errors for existing functionsv8.1.0515Bram Moolenaar2018-11-101-0/+27
* patch 8.1.0511: ml_get error when calling a function with a rangev8.1.0511Bram Moolenaar2018-11-041-0/+19
* patch 8.1.0459: Test_executable fails when there is a dog in the systemv8.1.0459Bram Moolenaar2018-10-071-1/+1
* patch 8.1.0454: resolve() was not tested with a symlink cyclev8.1.0454Bram Moolenaar2018-10-061-0/+46
* patch 8.1.0453: MS-Windows: executable() is not reliablev8.1.0453Bram Moolenaar2018-10-061-0/+13
* patch 8.1.0347: some tests fail on Solarisv8.1.0347Bram Moolenaar2018-09-031-0/+12
* patch 8.1.0303: line2byte() is wrong for last line with 'noeol'v8.1.0303Bram Moolenaar2018-08-201-1/+11
* patch 8.1.0257: no test for pathshorten()v8.1.0257Bram Moolenaar2018-08-081-0/+15
* patch 8.1.0225: mode() does not indicate using CTRL-O from Insert modev8.1.0225Bram Moolenaar2018-07-291-0/+12