summaryrefslogtreecommitdiff
path: root/src/testdir/test_startup.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3499: GUI geometry startup test failsv8.2.3499Bram Moolenaar2021-10-111-5/+5
* patch 8.2.3495: GUI geometry startup test fails on some systemsv8.2.3495Bram Moolenaar2021-10-111-1/+8
* 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.3421: a bit of code is not covered by testsv8.2.3421Dominique Pelle2021-09-091-2/+2
* patch 8.2.3070: not enough testing for shell usev8.2.3070Yegappan Lakshmanan2021-06-271-21/+0
* patch 8.2.3009: startup test may hangv8.2.3009Bram Moolenaar2021-06-161-1/+2
* patch 8.2.3008: startup test may hangv8.2.3008Bram Moolenaar2021-06-151-1/+2
* patch 8.2.3006: crash when echoing a value very earlyv8.2.3006Bram Moolenaar2021-06-151-0/+14
* patch 8.2.2927: test commented out because it fails with ASANv8.2.2927Bram Moolenaar2021-06-021-12/+14
* patch 8.2.2906: ASAN reports errors for test_startupv8.2.2906Bram Moolenaar2021-05-291-11/+12
* patch 8.2.2905: no error when defaults.vim cannot be loadedv8.2.2905Christian Brabandt2021-05-291-0/+13
* patch 8.2.2849: bufwrite not sufficiently testedv8.2.2849Yegappan Lakshmanan2021-05-131-0/+15
* patch 8.2.2837: various code lines not covered by testsv8.2.2837Dominique Pelle2021-05-061-0/+7
* patch 8.2.2662: there is no way to avoid some escape sequencesv8.2.2662Bram Moolenaar2021-03-271-0/+26
* patch 8.2.2656: some command line arguments and regexp errors not testedv8.2.2656Bram Moolenaar2021-03-261-8/+12
* patch 8.2.2655: The -w command line argument doesn't workv8.2.2655Bram Moolenaar2021-03-261-0/+9
* patch 8.2.2632: not all command line arguments are testedv8.2.2632Bram Moolenaar2021-03-201-0/+15
* patch 8.2.2611: conditions for startup tests are not exactly rightv8.2.2611Bram Moolenaar2021-03-171-7/+6
* patch 8.2.2609: test disabled on MS-Windows even though it should workv8.2.2609Bram Moolenaar2021-03-161-1/+3
* patch 8.2.2604: GUI-specific command line arguments not testedv8.2.2604Bram Moolenaar2021-03-141-14/+144
* patch 8.2.2329: not all ways Vim can be started are testedv8.2.2329Bram Moolenaar2021-01-111-0/+76
* patch 8.2.2161: arguments -T and -x not tested yetv8.2.2161Bram Moolenaar2020-12-191-0/+47
* patch 8.2.1799: some Normal mode commands not fully testedv8.2.1799Bram Moolenaar2020-10-041-2/+0
* patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar2020-08-121-12/+5
* patch 8.2.1217: startup test depends on random source filev8.2.1217Bram Moolenaar2020-07-151-9/+18
* patch 8.2.1216: startup test failsv8.2.1216Bram Moolenaar2020-07-151-3/+3
* patch 8.2.0866: not enough tests for buffer writingv8.2.0866Bram Moolenaar2020-05-311-6/+2
* patch 8.2.0692: startup test fails on MS-Windowsv8.2.0692Bram Moolenaar2020-05-031-1/+1
* patch 8.2.0691: startup test failsv8.2.0691Bram Moolenaar2020-05-031-1/+1
* patch 8.2.0533: tests using term_wait() can still be flakyv8.2.0533Bram Moolenaar2020-04-081-2/+2
* patch 8.2.0509: various code is not properly tested.v8.2.0509Bram Moolenaar2020-04-041-0/+273
* patch 8.1.2373: cannot build with +popupwin but without +quickfixv8.1.2373Bram Moolenaar2019-12-011-8/+12
* patch 8.1.2233: cannot get the Vim command line argumentsv8.1.2233Bram Moolenaar2019-10-291-0/+12
* patch 8.1.2115: MS-Windows: shell commands fail if &shell contains a spacev8.1.2115Bram Moolenaar2019-10-051-3/+9
* patch 8.1.1826: tests use hand coded feature and option checksv8.1.1826Bram Moolenaar2019-08-071-20/+16
* patch 8.1.1588: in :let-heredoc line continuation is recognizedv8.1.1588Bram Moolenaar2019-06-251-0/+1
* patch 8.1.1483: skipped tests are not properly listedv8.1.1483Bram Moolenaar2019-06-061-1/+1
* patch 8.1.1413: error when the drive of the swap file was disconnectedv8.1.1413Bram Moolenaar2019-05-271-8/+8
* patch 8.1.1362: code and data in tests can be hard to readv8.1.1362Bram Moolenaar2019-05-201-79/+92
* patch 8.1.1298: invalid argument test fails without X clipboardv8.1.1298Bram Moolenaar2019-05-081-1/+1
* patch 8.1.1297: invalid argument test fails without GTKv8.1.1297Bram Moolenaar2019-05-081-1/+9
* patch 8.1.1296: crash when using invalid command line argumentv8.1.1296Bram Moolenaar2019-05-081-20/+17
* patch 8.1.1292: invalid command line arguments not testedv8.1.1292Bram Moolenaar2019-05-071-0/+90
* patch 8.1.1197: when starting with multiple tabs file messages is confusingv8.1.1197Bram Moolenaar2019-04-211-0/+13
* patch 8.1.0969: message written during startup is truncatedv8.1.0969Bram Moolenaar2019-02-221-0/+10
* patch 8.1.0650: command line argument -q [errorfile] is not testedv8.1.0650Bram Moolenaar2018-12-281-0/+47
* patch 8.1.0426: accessing invalid memory in SmcOpenConnection()v8.1.0426Bram Moolenaar2018-09-221-1/+1
* patch 8.1.0417: several command line arguments are not testedv8.1.0417Bram Moolenaar2018-09-211-4/+46
* patch 8.1.0409: startup test fails on MS-Windowsv8.1.0409Bram Moolenaar2018-09-191-4/+11