summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.2195v7.4.2195Bram Moolenaar2016-08-102-46/+23
| | | | | Problem: MS-Windows: The vimrun program does not support Unicode. Solution: Use GetCommandLineW(). Cleanup old #ifdefs. (Ken Takata)
* patch 7.4.2194v7.4.2194Bram Moolenaar2016-08-102-15/+94
| | | | | Problem: Sign tests don't cover enough. Solution: Add more test cases. (Dominique Pelle)
* patch 7.4.2193v7.4.2193Bram Moolenaar2016-08-104-6/+11
| | | | | Problem: With Gnome when the GUI can't start test_startup hangs. Solution: Call gui_mch_early_init_check(). (Hirohito Higashi)
* patch 7.4.2192v7.4.2192Bram Moolenaar2016-08-109-9/+13
| | | | | Problem: Generating prototypes with Cygwin doesn't work well. Solution: Change #ifdefs. (Ken Takata)
* patch 7.4.2191v7.4.2191Bram Moolenaar2016-08-104-5/+5
| | | | | Problem: No automatic prototype for vim_main2(). Solution: Move the #endif. (Ken Takata)
* patch 7.4.2190v7.4.2190Bram Moolenaar2016-08-093-5/+16
| | | | | | | 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.2189v7.4.2189Bram Moolenaar2016-08-097-47/+168
| | | | | | Problem: Cannot detect encoding in a fifo. Solution: Extend the stdin way of detecting encoding to fifo. Add a test for detecting encoding on stdin and fifo. (Ken Takata)
* patch 7.4.2188v7.4.2188Bram Moolenaar2016-08-093-6/+9
| | | | | Problem: Completion does not work properly with some plugins. Solution: Revert the part related to typing CTRL-E. (closes #972)
* patch 7.4.2187v7.4.2187Bram Moolenaar2016-08-082-4/+10
| | | | | Problem: glob2regpat test fails on Windows. Solution: Remove the checks that use backslashes.
* patch 7.4.2186v7.4.2186Bram Moolenaar2016-08-082-1/+3
| | | | | Problem: Timers test is flaky. Solution: Relax the sleep time check.
* patch 7.4.2185v7.4.2185Bram Moolenaar2016-08-082-0/+14
| | | | | Problem: Test glob2regpat does not test much. Solution: Add a few more test cases. (Dominique Pelle)
* patch 7.4.2184v7.4.2184Bram Moolenaar2016-08-082-1/+3
| | | | | Problem: Tests that use RunVim() do not actually perform the test. Solution: Use "return" instead of "call". (Ken Takata)
* patch 7.4.2183v7.4.2183Bram Moolenaar2016-08-086-27/+111
| | | | | Problem: Sign tests are old style. Solution: Turn them into new style tests. (Dominique Pelle)
* patch 7.4.2182v7.4.2182Bram Moolenaar2016-08-082-0/+3
| | | | | Problem: Color Grey40 used in startup but not in the short list. Solution: Add Grey40 to the builtin colors.
* patch 7.4.2181v7.4.2181Bram Moolenaar2016-08-072-2/+2
| | | | | Problem: Compiler warning for unused variable. Solution: Remove it. (Dominique Pelle)
* patch 7.4.2180v7.4.2180Bram Moolenaar2016-08-078-20/+161
| | | | | | Problem: There is no easy way to stop all timers. There is no way to temporary pause a timer. Solution: Add timer_stopall() and timer_pause().
* patch 7.4.2179v7.4.2179Bram Moolenaar2016-08-072-1/+4
| | | | | Problem: Reading from stdin test fails on MS-Windows. Solution: Strip the extra space.
* patch 7.4.2178v7.4.2178Bram Moolenaar2016-08-073-3/+27
| | | | | Problem: No test for reading from stdin. Solution: Add a test.
* patch 7.4.2177v7.4.2177Bram Moolenaar2016-08-073-3/+89
| | | | | | Problem: No testing for -C and -N command line flags, file arguments, startuptime. Solution: Add tests.
* patch 7.4.2176v7.4.2176Bram Moolenaar2016-08-076-52/+45
| | | | | | Problem: #ifdefs in main() are complicated. Solution: Always define vim_main2(). Move params to the file level. (suggested by Ken Takata)
* patch 7.4.2175v7.4.2175Bram Moolenaar2016-08-072-82/+191
| | | | | Problem: Insufficient testing of cscope. Solution: Add more tests. (Dominique Pelle)
* patch 7.4.2174v7.4.2174Bram Moolenaar2016-08-078-32/+66
| | | | | Problem: Adding duplicate flags to 'whichwrap' leaves commas behind. Solution: Also remove the commas. (Naruhiko Nishino)
* patch 7.4.2173v7.4.2173Bram Moolenaar2016-08-062-0/+6
| | | | | Problem: Can't test help on MS-Windows. Solution: Skip the test.
* patch 7.4.2172v7.4.2172Bram Moolenaar2016-08-063-7/+41
| | | | | Problem: No test for "vim --help". Solution: Add a test.
* patch 7.4.2171v7.4.2171Bram Moolenaar2016-08-062-0/+6
| | | | | Problem: MS-Windows build fails. Solution: Add QueryPerformanceCounter().
* patch 7.4.2170v7.4.2170Bram Moolenaar2016-08-065-10/+119
| | | | | Problem: Cannot get information about timers. Solution: Add timer_info().
* patch 7.4.2169v7.4.2169Bram Moolenaar2016-08-063-1/+8
| | | | | Problem: Startup test gets stuck on MS-Windows. Solution: Use double quotes.
* patch 7.4.2168v7.4.2168Bram Moolenaar2016-08-063-5/+11
| | | | | Problem: Not running the startup test on MS-Windows. Solution: Write vimcmd.
* patch 7.4.2167v7.4.2167Bram Moolenaar2016-08-062-1/+5
| | | | | Problem: Small build can't run tests. Solution: Don't try setting 'packpath'.
* patch 7.4.2166v7.4.2166Bram Moolenaar2016-08-062-0/+5
| | | | | Problem: Small build can't run startup test. Solution: Skip the test.
* patch 7.4.2165v7.4.2165Bram Moolenaar2016-08-062-12/+15
| | | | | Problem: Startup test fails on MS-Windows. Solution: Don't check output if RunVim() returns zero.
* patch 7.4.2164v7.4.2164Bram Moolenaar2016-08-069-10/+120
| | | | | | | | 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.2163v7.4.2163Bram Moolenaar2016-08-068-234/+170
| | | | | Problem: match() and related functions tested with old style test. Solution: Convert to new style test. (Hirohito Higashi)
* patch 7.4.2162v7.4.2162Bram Moolenaar2016-08-063-3/+22
| | | | | | Problem: Result of getcompletion('', 'sign') depends on previous completion. Solution: Call set_context_in_sign_cmd(). (Dominique Pelle)
* patch 7.4.2161v7.4.2161Bram Moolenaar2016-08-052-2/+8
| | | | | Problem: Expression test fails without conceal feature. Solution: Only check "conceal" with the conceal feature.
* patch 7.4.2160v7.4.2160Bram Moolenaar2016-08-054-2/+16
| | | | | Problem: setmatches() mixes up values. (Nikolai Pavlov) Solution: Save the string instead of reusing a shared buffer.
* patch 7.4.2159v7.4.2159Bram Moolenaar2016-08-052-7/+38
| | | | | Problem: Insufficient testing for cscope. Solution: Add more tests. (Dominique Pelle)
* patch 7.4.2158v7.4.2158Bram Moolenaar2016-08-053-3/+22
| | | | | | Problem: Result of getcompletion('', 'cscope') depends on previous completion. (Christian Brabandt) Solution: Call set_context_in_cscope_cmd().
* patch 7.4.2157v7.4.2157Bram Moolenaar2016-08-055-22/+23
| | | | | | Problem: Test_job_start_fails() is expected to report memory leaks, making it hard to see other leaks in test_partial. Solution: Move Test_job_start_fails() to a separate test file.
* patch 7.4.2156v7.4.2156Bram Moolenaar2016-08-042-1/+3
| | | | | Problem: Compiler warning. Solution: Add type cast. (Ken Takata, Mike Williams)
* patch 7.4.2155v7.4.2155Bram Moolenaar2016-08-042-2/+4
| | | | | Problem: Quotes make GUI test fail on MS-Windows. Solution: Remove quotes, strip white space.
* patch 7.4.2154v7.4.2154Bram Moolenaar2016-08-042-1/+3
| | | | | Problem: Test_communicate() fails sometimes. Solution: Add it to the flaky tests.
* patch 7.4.2153v7.4.2153Bram Moolenaar2016-08-047-22/+36
| | | | | Problem: GUI test isn't testing much. Solution: Turn into a new style test. Execute a shell command.
* patch 7.4.2152v7.4.2152Bram Moolenaar2016-08-036-10/+37
| | | | | Problem: No proper translation of messages with a count. Solution: Use ngettext(). (Sergey Alyoshin)
* patch 7.4.2151v7.4.2151Bram Moolenaar2016-08-032-0/+3
| | | | | Problem: Quickfix test fails on MS-Windows. Solution: Close the help window. (Christian Brabandt)
* patch 7.4.2150v7.4.2150Bram Moolenaar2016-08-032-1/+3
| | | | | Problem: Warning with MinGW 64. (John Marriott) Solution: Change return type. (Ken Takata)
* patch 7.4.2149v7.4.2149Bram Moolenaar2016-08-023-2/+8
| | | | | Problem: If a test leaves a window open a following test may fail. Solution: Always close extra windows after running a test.
* patch 7.4.2148v7.4.2148Bram Moolenaar2016-08-022-1/+128
| | | | | Problem: Not much testing for cscope. Solution: Add a test that uses the cscope program. (Christian Brabandt)
* patch 7.4.2147v7.4.2147Bram Moolenaar2016-08-022-0/+3
| | | | | Problem: test_alot fails. Solution: Close window.
* patch 7.4.2146v7.4.2146Bram Moolenaar2016-08-024-8/+213
| | | | | | | Problem: Not enough testing for popup menu. CTRL-E does not always work properly. Solution: Add more tests. When using CTRL-E check if the popup menu is visible. (Christian Brabandt)