summaryrefslogtreecommitdiff
path: root/src/testdir/test_functions.vim
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* patch 8.1.0204: inputlist() is not testedv8.1.0204Bram Moolenaar2018-07-221-0/+11
* patch 8.1.0189: function defined in sandbox not testedv8.1.0189Bram Moolenaar2018-07-151-0/+16
* patch 8.1.0086: no tests for libcall() and libcallnr()v8.1.0086Bram Moolenaar2018-06-191-0/+36
* patch 8.1.0020: cannot tell whether a register is executing or recordingv8.1.0020Bram Moolenaar2018-05-221-0/+25
* patch 8.1.0008: no test for strwidth()v8.1.0008Bram Moolenaar2018-05-201-0/+24
* patch 8.0.1630: trimming white space is not that easyv8.0.1630Bram Moolenaar2018-03-221-0/+23
* patch 8.0.1421: accessing invalid memory with overlong byte sequencev8.0.1421Bram Moolenaar2017-12-221-0/+10
* patch 8.0.1410: hang when using count() with an empty stringv8.0.1410Bram Moolenaar2017-12-191-0/+1
* patch 8.0.1311: no test for strpart()v8.0.1311Bram Moolenaar2017-11-181-15/+29
* patch 8.0.1105: match() and matchend() are not testedv8.0.1105Bram Moolenaar2017-09-141-0/+36
* patch 8.0.0794: checking translations fails with multiple NLv8.0.0794Bram Moolenaar2017-07-281-1/+7
* patch 8.0.0625: shellescape() always escapes a newlinev8.0.0625Bram Moolenaar2017-06-051-0/+25
* patch 8.0.0548: saving the redo buffer only works one timev8.0.0548Bram Moolenaar2017-04-071-0/+28
* patch 8.0.0485: not all windows commands are testedv8.0.0485Bram Moolenaar2017-03-191-2/+2
* patch 8.0.0482: the setbufvar() function may mess up the window layoutv8.0.0482Bram Moolenaar2017-03-181-0/+31
* patch 8.0.0455: the mode test may hangv8.0.0455Bram Moolenaar2017-03-131-2/+6
* patch 8.0.0435: some functions are not testedv8.0.0435Bram Moolenaar2017-03-091-0/+248
* patch 8.0.0401: test fails with missing balloon featurev8.0.0401Bram Moolenaar2017-03-021-2/+4
* patch 8.0.0399: crash when using balloon_show() when not supportedv8.0.0399Bram Moolenaar2017-03-021-0/+5
* patch 8.0.0335: functions test failsv8.0.0335Bram Moolenaar2017-02-171-2/+2
* patch 8.0.0334: can't access b:changedtick from a dict referencev8.0.0334Bram Moolenaar2017-02-171-0/+42
* patch 8.0.0306: mode() not sufficiently testedv8.0.0306Bram Moolenaar2017-02-051-0/+34
* patch 8.0.0283: mode() does not indicate Insert mode completionv8.0.0283Bram Moolenaar2017-02-011-0/+85
* patch 8.0.0261: not enough test coverage for eval functionsv8.0.0261Bram Moolenaar2017-01-291-1/+145
* patch 8.0.0243: tolower() does not work if the byte count changesv8.0.0243Bram Moolenaar2017-01-261-0/+145
* patch 8.0.0167: str2nr()/str2float() fail with negative valuesv8.0.0167Bram Moolenaar2017-01-101-0/+18