summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_functions.vim
AgeCommit message (Expand)Author
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
2017-11-18patch 8.0.1311: no test for strpart()v8.0.1311Bram Moolenaar
2017-09-14patch 8.0.1105: match() and matchend() are not testedv8.0.1105Bram Moolenaar
2017-07-28patch 8.0.0794: checking translations fails with multiple NLv8.0.0794Bram Moolenaar
2017-06-05patch 8.0.0625: shellescape() always escapes a newlinev8.0.0625Bram Moolenaar
2017-04-07patch 8.0.0548: saving the redo buffer only works one timev8.0.0548Bram Moolenaar
2017-03-19patch 8.0.0485: not all windows commands are testedv8.0.0485Bram Moolenaar
2017-03-18patch 8.0.0482: the setbufvar() function may mess up the window layoutv8.0.0482Bram Moolenaar
2017-03-13patch 8.0.0455: the mode test may hangv8.0.0455Bram Moolenaar
2017-03-09patch 8.0.0435: some functions are not testedv8.0.0435Bram Moolenaar
2017-03-02patch 8.0.0401: test fails with missing balloon featurev8.0.0401Bram Moolenaar
2017-03-02patch 8.0.0399: crash when using balloon_show() when not supportedv8.0.0399Bram Moolenaar
2017-02-17patch 8.0.0335: functions test failsv8.0.0335Bram Moolenaar
2017-02-17patch 8.0.0334: can't access b:changedtick from a dict referencev8.0.0334Bram Moolenaar
2017-02-05patch 8.0.0306: mode() not sufficiently testedv8.0.0306Bram Moolenaar
2017-02-01patch 8.0.0283: mode() does not indicate Insert mode completionv8.0.0283Bram Moolenaar
2017-01-29patch 8.0.0261: not enough test coverage for eval functionsv8.0.0261Bram Moolenaar
2017-01-26patch 8.0.0243: tolower() does not work if the byte count changesv8.0.0243Bram Moolenaar
2017-01-10patch 8.0.0167: str2nr()/str2float() fail with negative valuesv8.0.0167Bram Moolenaar