summaryrefslogtreecommitdiff
path: root/src/testdir/test_startup.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.1216: startup test failsv8.2.1216Bram Moolenaar2020-07-151-3/+3
| | | | | Problem: Startup test fails. Solution: Adjust expected values for deleted lines.
* patch 8.2.0866: not enough tests for buffer writingv8.2.0866Bram Moolenaar2020-05-311-6/+2
| | | | | | Problem: Not enough tests for buffer writing. Solution: Add more tests. Use CheckRunVimInTerminal in more places. (Yegappan Lakshmanan, closes #6167)
* patch 8.2.0692: startup test fails on MS-Windowsv8.2.0692Bram Moolenaar2020-05-031-1/+1
| | | | | Problem: Startup test fails on MS-Windows. Solution: Allow for any path.
* patch 8.2.0691: startup test failsv8.2.0691Bram Moolenaar2020-05-031-1/+1
| | | | | Problem: Startup test fails. Solution: Adjust expected output from -V2 argument.
* patch 8.2.0533: tests using term_wait() can still be flakyv8.2.0533Bram Moolenaar2020-04-081-2/+2
| | | | | | | Problem: Tests using term_wait() can still be flaky. Solution: Increase the wait time when rerunning a test. (James McCoy, closes #5899) Halve the initial times to make tests run faster when there is no rerun.
* patch 8.2.0509: various code is not properly tested.v8.2.0509Bram Moolenaar2020-04-041-0/+273
| | | | | Problem: various code is not properly tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5871)
* patch 8.1.2373: cannot build with +popupwin but without +quickfixv8.1.2373Bram Moolenaar2019-12-011-8/+12
| | | | | Problem: Cannot build with +popupwin but without +quickfix. (John Marriott) Solution: Adjust #ifdefs.
* patch 8.1.2233: cannot get the Vim command line argumentsv8.1.2233Bram Moolenaar2019-10-291-0/+12
| | | | | Problem: Cannot get the Vim command line arguments. Solution: Add v:argv. (Dmitri Vereshchagin, closes #1322)
* patch 8.1.2115: MS-Windows: shell commands fail if &shell contains a spacev8.1.2115Bram Moolenaar2019-10-051-3/+9
| | | | | Problem: MS-Windows: shell commands fail if &shell contains a space. Solution: Use quotes instead of escaping. (closes #4920)
* patch 8.1.1826: tests use hand coded feature and option checksv8.1.1826Bram Moolenaar2019-08-071-20/+16
| | | | | Problem: Tests use hand coded feature and option checks. Solution: Use the commands from check.vim in more tests.
* patch 8.1.1588: in :let-heredoc line continuation is recognizedv8.1.1588Bram Moolenaar2019-06-251-0/+1
| | | | | Problem: In :let-heredoc line continuation is recognized. Solution: Do not consume line continuation. (Ozaki Kiichi, closes #4580)
* patch 8.1.1483: skipped tests are not properly listedv8.1.1483Bram Moolenaar2019-06-061-1/+1
| | | | | Problem: Skipped tests are not properly listed. Solution: Throw a "Skipped" exception instead of using ":finish" or ":return".
* patch 8.1.1413: error when the drive of the swap file was disconnectedv8.1.1413Bram Moolenaar2019-05-271-8/+8
| | | | | Problem: Error when the drive of the swap file was disconnected. Solution: Try closing and re-opening the swap file. (closes #4378)
* patch 8.1.1362: code and data in tests can be hard to readv8.1.1362Bram Moolenaar2019-05-201-79/+92
| | | | | Problem: Code and data in tests can be hard to read. Solution: Use the new heredoc style. (Yegappan Lakshmanan, closes #4400)
* patch 8.1.1298: invalid argument test fails without X clipboardv8.1.1298Bram Moolenaar2019-05-081-1/+1
| | | | | Problem: Invalid argument test fails without X clipboard. Solution: Test -display only with the +xterm_clipboard feature.
* patch 8.1.1297: invalid argument test fails without GTKv8.1.1297Bram Moolenaar2019-05-081-1/+9
| | | | | Problem: Invalid argument test fails without GTK. Solution: Test -display and --display separately.
* patch 8.1.1296: crash when using invalid command line argumentv8.1.1296Bram Moolenaar2019-05-081-20/+17
| | | | | Problem: Crash when using invalid command line argument. Solution: Check for options not being initialized.
* patch 8.1.1292: invalid command line arguments not testedv8.1.1292Bram Moolenaar2019-05-071-0/+90
| | | | | Problem: Invalid command line arguments not tested. Solution: Add a test. (Dominique Pelle, closes #4346)
* patch 8.1.1197: when starting with multiple tabs file messages is confusingv8.1.1197Bram Moolenaar2019-04-211-0/+13
| | | | | Problem: When starting with multiple tabs file messages is confusing. Solution: Set 'shortmess' when loading the other tabs. (Christian Brabandt)
* patch 8.1.0969: message written during startup is truncatedv8.1.0969Bram Moolenaar2019-02-221-0/+10
| | | | | Problem: Message written during startup is truncated. Solution: Restore message after truncating. (closes 3969)
* patch 8.1.0650: command line argument -q [errorfile] is not testedv8.1.0650Bram Moolenaar2018-12-281-0/+47
| | | | | Problem: Command line argument -q [errorfile] is not tested. Solution: Add a test. (Dominique Pelle, closes #3730)
* patch 8.1.0426: accessing invalid memory in SmcOpenConnection()v8.1.0426Bram Moolenaar2018-09-221-1/+1
| | | | | Problem: Accessing invalid memory in SmcOpenConnection(). Solution: Reduce size of errorstring by one. (Dominique Pelle, closes #3469)
* patch 8.1.0417: several command line arguments are not testedv8.1.0417Bram Moolenaar2018-09-211-4/+46
| | | | | | Problem: Several command line arguments are not tested. Solution: Add tests for -m, -M, -R and -Vfile. (Dominique Pelle, closes #3458)
* patch 8.1.0409: startup test fails on MS-Windowsv8.1.0409Bram Moolenaar2018-09-191-4/+11
| | | | | Problem: Startup test fails on MS-Windows. Solution: Do the Arabic test in silent Ex mode. Loosen the check for -V2.
* patch 8.1.0406: several command line arguments are not testedv8.1.0406Bram Moolenaar2018-09-181-1/+64
| | | | | | Problem: Several command line arguments are not tested. Solution: Add tests for -A, -F, -H, -p and -V. (Dominique Pelle, closes #3446)
* patch 8.1.0398: no test for -o and -O command line argumentsv8.1.0398Bram Moolenaar2018-09-161-0/+77
| | | | | Problem: No test for -o and -O command line arguments. Solution: Add a test. (Dominique Pelle, closes #3438)
* patch 8.0.1455: if $SHELL contains a space then 'shell' is incorrectv8.0.1455Bram Moolenaar2018-02-031-0/+14
| | | | | | Problem: If $SHELL contains a space then the default value of 'shell' is incorrect. (Matthew Horan) Solution: Escape spaces in $SHELL. (Christian Brabandt, closes #459)
* patch 8.0.1151: "vim -c startinsert!" doesn't appendv8.0.1151Bram Moolenaar2017-09-261-0/+24
| | | | | Problem: "vim -c startinsert!" doesn't append. Solution: Correct line number on startup. (Christian Brabandt, closes #2117)
* patch 8.0.0680: plugins in start packages are sourced twicev8.0.0680Bram Moolenaar2017-06-271-5/+15
| | | | | | Problem: Plugins in start packages are sourced twice. (mseplowitz) Solution: Use the unmodified runtime path when loading plugins (test by Ingo Karkat, closes #1801)
* patch 8.0.0612: pack dirs are added to 'runtimepath' too latev8.0.0612Bram Moolenaar2017-06-041-0/+32
| | | | | | | Problem: Package directories are added to 'runtimepath' only after loading non-package plugins. Solution: Split off the code to add package directories to 'runtimepath'. (Ingo Karkat, closes #1680)
* patch 8.0.0539: startup test fails on Macv8.0.0539Bram Moolenaar2017-04-021-1/+1
| | | | | Problem: Startup test fails on Mac. Solution: Use another term name, "unknown" is known. Avoid a 2 second delay.
* patch 8.0.0538: no test for falling back to default term valuev8.0.0538Bram Moolenaar2017-04-021-0/+13
| | | | | Problem: No test for falling back to default term value. Solution: Add a test.
* patch 8.0.0515: ml_get errors in silent Ex modev8.0.0515Bram Moolenaar2017-03-271-0/+11
| | | | | | Problem: ml_get errors in silent Ex mode. (Dominique Pelle) Solution: Clear valid flags when setting the cursor. Set the topline when not in full screen mode.
* patch 8.0.0405: v:progpath may become invalid after :cdv8.0.0405Bram Moolenaar2017-03-041-0/+14
| | | | | Problem: v:progpath may become invalid after ":cd". Solution: Turn v:progpath into a full path if needed.
* patch 7.4.2190v7.4.2190Bram Moolenaar2016-08-091-5/+6
| | | | | | | Problem: When startup test fails it's not easy to find out why. GUI test fails with Gnome. Solution: Add the help entry matches to a list an assert that. Set $HOME for Gnome to create .gnome2 directory.
* patch 7.4.2179v7.4.2179Bram Moolenaar2016-08-071-1/+2
| | | | | Problem: Reading from stdin test fails on MS-Windows. Solution: Strip the extra space.
* patch 7.4.2178v7.4.2178Bram Moolenaar2016-08-071-0/+12
| | | | | Problem: No test for reading from stdin. Solution: Add a test.
* patch 7.4.2177v7.4.2177Bram Moolenaar2016-08-071-1/+85
| | | | | | Problem: No testing for -C and -N command line flags, file arguments, startuptime. Solution: Add tests.
* patch 7.4.2173v7.4.2173Bram Moolenaar2016-08-061-0/+4
| | | | | Problem: Can't test help on MS-Windows. Solution: Skip the test.
* patch 7.4.2172v7.4.2172Bram Moolenaar2016-08-061-1/+22
| | | | | Problem: No test for "vim --help". Solution: Add a test.
* patch 7.4.2169v7.4.2169Bram Moolenaar2016-08-061-0/+2
| | | | | Problem: Startup test gets stuck on MS-Windows. Solution: Use double quotes.
* patch 7.4.2166v7.4.2166Bram Moolenaar2016-08-061-0/+3
| | | | | Problem: Small build can't run startup test. Solution: Skip the test.
* patch 7.4.2165v7.4.2165Bram Moolenaar2016-08-061-12/+13
| | | | | Problem: Startup test fails on MS-Windows. Solution: Don't check output if RunVim() returns zero.
* patch 7.4.2164v7.4.2164Bram Moolenaar2016-08-061-1/+49
| | | | | | | | Problem: It is not possible to use plugins in an "after" directory to tune the behavior of a package. Solution: First load plugins from non-after directories, then packages and finally plugins in after directories. Reset 'loadplugins' before executing --cmd arguments.
* patch 7.4.2115v7.4.2115Bram Moolenaar2016-07-291-0/+8
Problem: Loading defaults.vim with -C argument. Solution: Don't load the defaults script with -C argument. Test sourcing the defaults script. Set 'display' to "truncate".