summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3553: xxd test fails on MS-Windowsv8.2.3553Bram Moolenaar2021-10-221-7/+14
* patch 8.2.3552: xxd revert does not handle end of line correctlyv8.2.3552DungSaga2021-10-221-0/+33
* patch 8.2.3550: completion() does not work properlyv8.2.3550Shougo Matsushita2021-10-211-0/+15
* patch 8.2.3549: mistakes in test commentsv8.2.3549zeertzjq2021-10-211-18/+18
* patch 8.2.3548: GTK GUI crashen when reading from stdinv8.2.3548Bram Moolenaar2021-10-201-0/+22
* patch 8.2.3547: opening the quickfix window triggers BufWinEnter twicev8.2.3547Bram Moolenaar2021-10-201-0/+17
* patch 8.2.3545: setcellwidths() may make 'listchars' or 'fillchars' invalidv8.2.3545zeertzjq2021-10-201-0/+10
* patch 8.2.3543: swapname has double slash when 'directory' ends in itv8.2.3543Bram Moolenaar2021-10-191-1/+1
* patch 8.2.3540: the mark '] is wrong after put with a countv8.2.3540Bram Moolenaar2021-10-191-0/+12
* patch 8.2.3537: mode() does not return the right value in 'operatorfunc'v8.2.3537naohiro ono2021-10-191-0/+16
* patch 8.2.3534: autoread test is a bit flakyv8.2.3534Bram Moolenaar2021-10-181-1/+2
* patch 8.2.3532: the previous '' mark is restored after moving the cursorv8.2.3532Bram Moolenaar2021-10-171-0/+10
* patch 8.2.3531: command line completion test fails on MS-Windowsv8.2.3531Bram Moolenaar2021-10-171-4/+7
* patch 8.2.3530: ":buf \{a}" fails while ":edit \{a}" worksv8.2.3530Bram Moolenaar2021-10-171-0/+6
* patch 8.2.3528: 'thesaurus' and 'thesaurusfunc' do not have the same scopev8.2.3528Bram Moolenaar2021-10-171-3/+11
* patch 8.2.3526: tests have clumsy check for X11 based GUIv8.2.3526Bram Moolenaar2021-10-164-150/+97
* patch 8.2.3524: GUI: ligatures are not usedv8.2.3524Dusan Popovic2021-10-161-0/+25
* patch 8.2.3522: cannot use \x and \u when setting 'listchars'v8.2.3522Bram Moolenaar2021-10-161-0/+4
* patch 8.2.3521: options completion test failsv8.2.3521Bram Moolenaar2021-10-161-1/+1
* patch 8.2.3520: cannot define a function for thesaurus completionv8.2.3520Yegappan Lakshmanan2021-10-161-0/+42
* patch 8.2.3519: TOML files are not recognizedv8.2.3519Aman Verma2021-10-161-2/+2
* patch 8.2.3518: Test_xrestore sometimes failsv8.2.3518Bram Moolenaar2021-10-1615-39/+36
* patch 8.2.3517: TextChanged does not trigger after TextChangedIv8.2.3517Christian Brabandt2021-10-161-0/+38
* 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