summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3514: autoread test with nano second time sometimes failsv8.2.3514Bram Moolenaar2021-10-151-3/+5
* patch 8.2.3512: timestamp test fails on some systemsv8.2.3512Bram Moolenaar2021-10-151-0/+1
* patch 8.2.3510: changes are only detected with one second accuracyv8.2.3510Leah Neukirchen2021-10-141-0/+33
* patch 8.2.3508: Vim9: bad separators for "g" and "s" insufficiently testedv8.2.3508Bram Moolenaar2021-10-141-0/+8
* patch 8.2.3506: Vim9: special cases for "g" and "s" insufficiently testedv8.2.3506Bram Moolenaar2021-10-131-0/+24
* patch 8.2.3503: Vim9: using g:pat:cmd is confusingv8.2.3503Bram Moolenaar2021-10-131-0/+49
* patch 8.2.3501: tmux filetype dection is incompletev8.2.3501Eric Pruitt2021-10-121-1/+1
* patch 8.2.3499: GUI geometry startup test failsv8.2.3499Bram Moolenaar2021-10-111-5/+5
* patch 8.2.3498: recover test may fail on some systemsv8.2.3498James McCoy2021-10-111-3/+5
* patch 8.2.3497: put test fails when run by itselfv8.2.3497Dominique Pelle2021-10-111-0/+2
* patch 8.2.3496: crypt test fails if xxd was not installed yetv8.2.3496James McCoy2021-10-111-1/+11
* patch 8.2.3495: GUI geometry startup test fails on some systemsv8.2.3495Bram Moolenaar2021-10-111-1/+8
* patch 8.2.3494: illegal memory access in utf_head_offv8.2.3494Bram Moolenaar2021-10-111-0/+20
* patch 8.2.3493: large count test fails on MS-Windowsv8.2.3493Bram Moolenaar2021-10-101-1/+4
* patch 8.2.3492: crash when pasting too many timesv8.2.3492Bram Moolenaar2021-10-101-0/+8
* patch 8.2.3491: xpm2 filetype dection is not so goodv8.2.3491Bram Moolenaar2021-10-091-1/+14
* patch 8.2.3489: ml_get error after search with rangev8.2.3489Bram Moolenaar2021-10-091-0/+14
* patch 8.2.3487: illegal memory access if buffer name is very longv8.2.3487Bram Moolenaar2021-10-081-0/+10
* patch 8.2.3486: illegal memory access with invalid sequence of commandsv8.2.3486Bram Moolenaar2021-10-061-0/+20
* patch 8.2.3485: Python 3 test fails with Python 3.10v8.2.3485Zdenek Dohnal2021-10-061-1/+1
* patch 8.2.3484: crash when going through spell suggestionsv8.2.3484Bram Moolenaar2021-10-061-0/+16
* patch 8.2.3482: reading beyond end of line ending in quote and backslashv8.2.3482Bram Moolenaar2021-10-051-0/+7
* patch 8.2.3480: test does not fail without the fix for a crashv8.2.3480Dominique Pelle2021-10-051-7/+16
* patch 8.2.3479: crash when calling job_start with an invalid argumentv8.2.3479Bram Moolenaar2021-10-051-0/+4
* patch 8.2.3477: startup test fails on MS-Windowsv8.2.3477Bram Moolenaar2021-10-051-0/+2
* patch 8.2.3476: renaming a buffer on startup may cause using freed memoryv8.2.3476Bram Moolenaar2021-10-041-0/+14
* patch 8.2.3475: expression register set by not executed put commandv8.2.3475kuuote2021-10-041-0/+8
* patch 8.2.3473: some files with tcl syntax are not recognizedv8.2.3473Bram Moolenaar2021-10-041-1/+1
* patch 8.2.3472: other crashes with empty search pattern not testedv8.2.3472Bram Moolenaar2021-10-041-2/+5
* patch 8.2.3471: crash when using CTRL-T after an empty search patternv8.2.3471Bram Moolenaar2021-10-041-0/+10
* patch 8.2.3470: crash with error in :catch and also in :finallyv8.2.3470Bram Moolenaar2021-10-041-0/+12
* patch 8.2.3469: some files with json syntax are not recognizedv8.2.3469Bram Moolenaar2021-10-031-1/+1
* patch 8.2.3468: problem with :cd when editing file in non-existent directoryv8.2.3468Bram Moolenaar2021-10-031-0/+17
* patch 8.2.3467: CursorHoldI event interferes with "CTRL-G U"v8.2.3467Bram Moolenaar2021-10-031-0/+16
* patch 8.2.3466: completion submode not indicated for virtual replacev8.2.3466zeertzjq2021-10-031-0/+38
* patch 8.2.3465: cannot detect insert scroll modev8.2.3465zeertzjq2021-10-031-0/+4
* patch 8.2.3464: nginx files are not recognizedv8.2.3464Chris Aumann2021-10-031-0/+1
* patch 8.2.3463: pattern matching with ModeChanged not testedv8.2.3463Bram Moolenaar2021-10-021-0/+21
* patch 8.2.3462: ModeChanged only uses one character for new_mode and old_modev8.2.3462Bram Moolenaar2021-10-021-1/+5
* patch 8.2.3461: cannot distinguish Normal and Terminal-Normal modev8.2.3461Bram Moolenaar2021-10-021-0/+8
* patch 8.2.3459: Vim9: need more tests for empty string argumentsv8.2.3459Yegappan Lakshmanan2021-09-302-0/+26
* patch 8.2.3458: not all dictdconf files are recognizedv8.2.3458Bram Moolenaar2021-09-261-1/+1
* patch 8.2.3457: MS-Windows Vim9: test executed and failsv8.2.3457Bram Moolenaar2021-09-261-0/+4
* patch 8.2.3456: Vim9: not all functions are tested with empty string argumentv8.2.3456Yegappan Lakshmanan2021-09-261-2/+77
* patch 8.2.3455: using a count with "gp" leaves '] in wrong positionv8.2.3455Bram Moolenaar2021-09-221-2/+4
* patch 8.2.3454: using a count with "gp" leave cursor in wrong positionv8.2.3454Bram Moolenaar2021-09-221-0/+10
* patch 8.2.3453: autocmd not executed when editing a directoryv8.2.3453Bram Moolenaar2021-09-221-0/+13
* patch 8.2.3452: MPD files are not recognizedv8.2.3452Steven Penny2021-09-211-1/+1
* patch 8.2.3451: not all apache files are recognizedv8.2.3451Zdenek Dohnal2021-09-201-1/+1
* patch 8.2.3449: sort fails if the sort compare function returns 999v8.2.3449Yasuhiro Matsumoto2021-09-191-0/+1