summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_functions.vim
AgeCommit message (Expand)Author
2019-09-03patch 8.1.1972: no proper test for getchar()v8.1.1972Bram Moolenaar
2019-09-03patch 8.1.1968: crash when using nested map()v8.1.1968Bram Moolenaar
2019-09-01patch 8.1.1961: more functions can be used as a methodv8.1.1961Bram Moolenaar
2019-08-31patch 8.1.1954: more functions can be used as a methodv8.1.1954Bram Moolenaar
2019-08-31patch 8.1.1953: more functions can be used as a methodv8.1.1953Bram Moolenaar
2019-08-27patch 8.1.1932: ml_get errors after using append()v8.1.1932Bram Moolenaar
2019-08-24patch 8.1.1921: more functions can be used as methodsv8.1.1921Bram Moolenaar
2019-08-23patch 8.1.1915: more functions can be used as methodsv8.1.1915Bram Moolenaar
2019-08-22patch 8.1.1911: more functions can be used as methodsv8.1.1911Bram Moolenaar
2019-08-18patch 8.1.1888: more functions can be used as methodsv8.1.1888Bram Moolenaar
2019-08-07patch 8.1.1826: tests use hand coded feature and option checksv8.1.1826Bram Moolenaar
2019-07-24patch 8.1.1740: exepath() doesn't work for "bin/cat"v8.1.1740Bram Moolenaar
2019-07-05patch 8.1.1638: running tests leaves some files behindv8.1.1638Bram Moolenaar
2019-06-30patch 8.1.1611: bufadd() reuses existing buffer without a namev8.1.1611Bram Moolenaar
2019-06-30patch 8.1.1610: there is no way to add or load a buffer without side effectsv8.1.1610Bram Moolenaar
2019-06-24patch 8.1.1585: :let-heredoc does not trim enoughv8.1.1585Bram Moolenaar
2019-06-18patch 8.1.1568: strftime() test fails on MS-Windowsv8.1.1568Bram Moolenaar
2019-06-18patch 8.1.1567: localtime_r() does not respond to $TZ changesv8.1.1567Bram Moolenaar
2019-06-06patch 8.1.1473: new resolve() implementation causes problem for pluginsv8.1.1473Bram Moolenaar
2019-05-29patch 8.1.1417: MS-Windows: resolve() does not resolve all components of pathv8.1.1417Bram Moolenaar
2019-05-24patch 8.1.1378: delete() can not handle a file name that looks like a patternv8.1.1378Bram Moolenaar
2019-05-16patch 8.1.1336: some eval functionality is not covered by testsv8.1.1336Bram Moolenaar
2019-04-05patch 8.1.1120: cannot easily get directory entry matchesv8.1.1120Bram Moolenaar
2019-03-30patch 8.1.1095: MS-Windows: executable() fails on very long filenamev8.1.1095Bram Moolenaar
2019-03-30patch 8.1.1077: reg_executing() is reset by calling input()v8.1.1077Bram Moolenaar
2019-03-05patch 8.1.0995: a getchar() call resets the reg_executing() resultv8.1.0995Bram Moolenaar
2019-03-04patch 8.1.0992: a :normal command resets the reg_executing() resultv8.1.0992Bram Moolenaar
2019-02-10patch 8.1.0894: MS-Windows: resolve() does not return a reparse pointv8.1.0894Bram Moolenaar
2019-02-08patch 8.1.0884: double check for bsd systemsv8.1.0884Bram Moolenaar
2019-02-07patch 8.1.0878: test for has('bsd') fails on some BSD systemsv8.1.0878Bram Moolenaar
2019-01-29patch 8.1.0846: not easy to recognize the system Vim runs onv8.1.0846Bram Moolenaar
2019-01-27patch 8.1.0832: confirm() is not testedv8.1.0832Bram Moolenaar
2019-01-24patch 8.1.0811: too many #ifdefsv8.1.0811Bram Moolenaar
2018-11-10patch 8.1.0515: reloading a script gives errors for existing functionsv8.1.0515Bram Moolenaar
2018-11-04patch 8.1.0511: ml_get error when calling a function with a rangev8.1.0511Bram Moolenaar
2018-10-07patch 8.1.0459: Test_executable fails when there is a dog in the systemv8.1.0459Bram Moolenaar
2018-10-06patch 8.1.0454: resolve() was not tested with a symlink cyclev8.1.0454Bram Moolenaar
2018-10-06patch 8.1.0453: MS-Windows: executable() is not reliablev8.1.0453Bram Moolenaar
2018-09-03patch 8.1.0347: some tests fail on Solarisv8.1.0347Bram Moolenaar
2018-08-20patch 8.1.0303: line2byte() is wrong for last line with 'noeol'v8.1.0303Bram Moolenaar
2018-08-08patch 8.1.0257: no test for pathshorten()v8.1.0257Bram Moolenaar
2018-07-29patch 8.1.0225: mode() does not indicate using CTRL-O from Insert modev8.1.0225Bram Moolenaar
2018-07-22patch 8.1.0204: inputlist() is not testedv8.1.0204Bram Moolenaar
2018-07-15patch 8.1.0189: function defined in sandbox not testedv8.1.0189Bram Moolenaar
2018-06-19patch 8.1.0086: no tests for libcall() and libcallnr()v8.1.0086Bram Moolenaar
2018-05-22patch 8.1.0020: cannot tell whether a register is executing or recordingv8.1.0020Bram Moolenaar
2018-05-20patch 8.1.0008: no test for strwidth()v8.1.0008Bram Moolenaar
2018-03-22patch 8.0.1630: trimming white space is not that easyv8.0.1630Bram Moolenaar
2017-12-22patch 8.0.1421: accessing invalid memory with overlong byte sequencev8.0.1421Bram Moolenaar
2017-12-19patch 8.0.1410: hang when using count() with an empty stringv8.0.1410Bram Moolenaar