summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0816: test for 'runtimepath' in session fails on MS-Windowsv8.1.0816Bram Moolenaar2019-01-241-0/+4
* patch 8.1.0815: dialog for file changed outside of Vim not testedv8.1.0815Bram Moolenaar2019-01-243-89/+149
* patch 8.1.0814: :mksession cannot handle a very long 'runtimepath'v8.1.0814Bram Moolenaar2019-01-241-1/+24
* patch 8.1.0813: FileChangedShell not sufficiently testedv8.1.0813Bram Moolenaar2019-01-241-0/+90
* patch 8.1.0811: too many #ifdefsv8.1.0811Bram Moolenaar2019-01-2441-245/+95
* patch 8.1.0807: session test fails on MS-Windowsv8.1.0807Bram Moolenaar2019-01-241-0/+4
* patch 8.1.0804: crash when setting v:errmsg to empty listv8.1.0804Bram Moolenaar2019-01-241-0/+7
* patch 8.1.0803: session file has problem with single quote in file namev8.1.0803Bram Moolenaar2019-01-241-0/+14
* patch 8.1.0802: negative index doesn't work for Blobv8.1.0802Bram Moolenaar2019-01-241-0/+7
* patch 8.1.0801: MinGW: no hint that tests fail because of small terminalv8.1.0801Bram Moolenaar2019-01-241-0/+9
* patch 8.1.0799: calling deleted function; test doesn't work on Macv8.1.0799Bram Moolenaar2019-01-232-8/+11
* patch 8.1.0798: changing a blob while iterating over it works strangelyv8.1.0798Bram Moolenaar2019-01-231-0/+14
* patch 8.1.0797: error E898 is used twicev8.1.0797Bram Moolenaar2019-01-231-1/+1
* patch 8.1.0796: MS-Windows 7: problem with named pipe on channelv8.1.0796Bram Moolenaar2019-01-221-2/+1
* patch 8.1.0794: white space before " -Ntabmove" causes problemsv8.1.0794Bram Moolenaar2019-01-221-0/+8
* patch 8.1.0793: incorrect error messages for functions that take a Blobv8.1.0793Bram Moolenaar2019-01-222-3/+7
* patch 8.1.0789: sourcing a session sets v:errmsgv8.1.0789Bram Moolenaar2019-01-211-0/+12
* patch 8.1.0786: ml_get error when updating the status linev8.1.0786Bram Moolenaar2019-01-201-0/+25
* patch 8.1.0780: terminal test fails on Macv8.1.0780Bram Moolenaar2019-01-191-1/+2
* patch 8.1.0778: terminal test fails on MS-Windowsv8.1.0778Bram Moolenaar2019-01-191-2/+2
* patch 8.1.0773: not all crypt code is testedv8.1.0773Bram Moolenaar2019-01-181-0/+30
* patch 8.1.0769: :stop is covered in two testsv8.1.0769Bram Moolenaar2019-01-172-34/+5
* patch 8.1.0767: when deleting lines at the bottom signs are misplacedv8.1.0767Bram Moolenaar2019-01-171-2/+40
* patch 8.1.0765: string format of a Blob can't be parsed backv8.1.0765Bram Moolenaar2019-01-171-3/+12
* patch 8.1.0760: no proper test for using 'termencoding'v8.1.0760Bram Moolenaar2019-01-173-0/+49
* patch 8.1.0759: showing two characters for tab is limitedv8.1.0759Bram Moolenaar2019-01-161-0/+32
* patch 8.1.0756: copy() does not make a copy of a Blobv8.1.0756Bram Moolenaar2019-01-151-0/+7
* patch 8.1.0755: error message for get() on a Blob with invalid indexv8.1.0755Bram Moolenaar2019-01-151-1/+12
* patch 8.1.0754: preferred column is lost when setting 'cursorcolumn'v8.1.0754Bram Moolenaar2019-01-151-0/+20
* patch 8.1.0751: some regexp errors are not testedv8.1.0751Bram Moolenaar2019-01-141-0/+12
* patch 8.1.0747: map() with a bad expression doesn't give an errorv8.1.0747Bram Moolenaar2019-01-141-0/+5
* patch 8.1.0746: highlighting not updated with conceal and 'cursorline'v8.1.0746Bram Moolenaar2019-01-144-0/+85
* patch 8.1.0742: not all Blob operations are testedv8.1.0742Bram Moolenaar2019-01-132-0/+48
* patch 8.1.0741: viminfo with Blob is not testedv8.1.0741Bram Moolenaar2019-01-131-0/+22
* patch 8.1.0739: text objects in not sufficiently testedv8.1.0739Bram Moolenaar2019-01-131-1/+87
* patch 8.1.0736: code for Blob not sufficiently testedv8.1.0736Bram Moolenaar2019-01-135-8/+83
* patch 8.1.0735: cannot handle binary datav8.1.0735Bram Moolenaar2019-01-123-0/+226
* patch 8.1.0734: the hlsearch state is not stored in a session filev8.1.0734Bram Moolenaar2019-01-121-0/+18
* patch 8.1.0731: JS encoding does not handle negative infinityv8.1.0731Bram Moolenaar2019-01-121-5/+10
* patch 8.1.0729: there is a SourcePre autocommand event but not a SourcePostv8.1.0729Bram Moolenaar2019-01-122-0/+40
* patch 8.1.0728: cannot avoid breaking after a single space.v8.1.0728Bram Moolenaar2019-01-111-0/+26
* patch 8.1.0725: conceal mode is not completely testedv8.1.0725Bram Moolenaar2019-01-115-0/+94
* patch 8.1.0724: build for MinGW failsv8.1.0724Bram Moolenaar2019-01-114-6/+9
* patch 8.1.0723: cannot easily run specific test when in src/testdirv8.1.0723Bram Moolenaar2019-01-116-146/+370
* patch 8.1.0721: conceal mode is not sufficiently testedv8.1.0721Bram Moolenaar2019-01-1123-0/+518
* patch 8.1.0720: cannot easily change the current quickfx list indexv8.1.0720Bram Moolenaar2019-01-111-0/+57
* patch 8.1.0717: there is no function for the ":sign jump" commandv8.1.0717Bram Moolenaar2019-01-111-0/+45
* patch 8.1.0716: get warning message when 'completefunc' returns nothingv8.1.0716Bram Moolenaar2019-01-111-11/+36
* patch 8.1.0711: test files still use function!v8.1.0711Bram Moolenaar2019-01-0934-430/+454
* patch 8.1.0710: when using timers may wait for job exit quite longv8.1.0710Bram Moolenaar2019-01-091-0/+37