summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2016-08-13patch 7.4.2206v7.4.2206Bram Moolenaar
Problem: Warning for unused function. Solution: Put the function inside #ifdef. (John Marriott)
2016-08-13patch 7.4.2205v7.4.2205Bram Moolenaar
Problem: 'wildignore' always applies to getcompletion(). Solution: Add an option to use 'wildignore' or not. (Yegappan Lakshmanan)
2016-08-12patch 7.4.2204v7.4.2204Bram Moolenaar
Problem: It is not easy to get information about buffers, windows and tabpages. Solution: Add getbufinfo(), getwininfo() and gettabinfo(). (Yegappan Lakshmanan)
2016-08-12patch 7.4.2203v7.4.2203Bram Moolenaar
Problem: Test fails with normal features. Solution: Check is signs are supported.
2016-08-12patch 7.4.2202v7.4.2202Bram Moolenaar
Problem: Build fails with small features. Solution: Correct option initialization.
2016-08-12patch 7.4.2201v7.4.2201Bram Moolenaar
Problem: The sign column disappears when the last sign is deleted. Solution: Add the 'signcolumn' option. (Christian Brabandt)
2016-08-12patch 7.4.2200v7.4.2200Bram Moolenaar
Problem: Cannot get all information about a quickfix list. Solution: Add an optional argument to get/set loc/qf list(). (Yegappan Lakshmanan)
2016-08-12patch 7.4.2199v7.4.2199Bram Moolenaar
Problem: In the GUI the cursor is hidden when redrawing any window, causing flicker. Solution: Only undraw the cursor when updating the window it's in.
2016-08-11patch 7.4.2198v7.4.2198Bram Moolenaar
Problem: Test alot sometimes fails under valgrind. (Dominique Pelle) Solution: Avoid passing a callback with the wrong number of arguments.
2016-08-11patch 7.4.2197v7.4.2197Bram Moolenaar
Problem: All functions are freed on exit, which may hide leaks. Solution: Only free named functions, not reference counted ones.
2016-08-10patch 7.4.2196v7.4.2196Bram Moolenaar
Problem: glob2regpat test doesn't test everything on MS-Windows. Solution: Add patterns with backslash handling.
2016-08-10patch 7.4.2195v7.4.2195Bram Moolenaar
Problem: MS-Windows: The vimrun program does not support Unicode. Solution: Use GetCommandLineW(). Cleanup old #ifdefs. (Ken Takata)
2016-08-10patch 7.4.2194v7.4.2194Bram Moolenaar
Problem: Sign tests don't cover enough. Solution: Add more test cases. (Dominique Pelle)
2016-08-10patch 7.4.2193v7.4.2193Bram Moolenaar
Problem: With Gnome when the GUI can't start test_startup hangs. Solution: Call gui_mch_early_init_check(). (Hirohito Higashi)
2016-08-10patch 7.4.2192v7.4.2192Bram Moolenaar
Problem: Generating prototypes with Cygwin doesn't work well. Solution: Change #ifdefs. (Ken Takata)
2016-08-10patch 7.4.2191v7.4.2191Bram Moolenaar
Problem: No automatic prototype for vim_main2(). Solution: Move the #endif. (Ken Takata)
2016-08-09patch 7.4.2190v7.4.2190Bram Moolenaar
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.
2016-08-09patch 7.4.2189v7.4.2189Bram Moolenaar
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)
2016-08-09patch 7.4.2188v7.4.2188Bram Moolenaar
Problem: Completion does not work properly with some plugins. Solution: Revert the part related to typing CTRL-E. (closes #972)
2016-08-08patch 7.4.2187v7.4.2187Bram Moolenaar
Problem: glob2regpat test fails on Windows. Solution: Remove the checks that use backslashes.
2016-08-08patch 7.4.2186v7.4.2186Bram Moolenaar
Problem: Timers test is flaky. Solution: Relax the sleep time check.
2016-08-08patch 7.4.2185v7.4.2185Bram Moolenaar
Problem: Test glob2regpat does not test much. Solution: Add a few more test cases. (Dominique Pelle)
2016-08-08patch 7.4.2184v7.4.2184Bram Moolenaar
Problem: Tests that use RunVim() do not actually perform the test. Solution: Use "return" instead of "call". (Ken Takata)
2016-08-08patch 7.4.2183v7.4.2183Bram Moolenaar
Problem: Sign tests are old style. Solution: Turn them into new style tests. (Dominique Pelle)
2016-08-08patch 7.4.2182v7.4.2182Bram Moolenaar
Problem: Color Grey40 used in startup but not in the short list. Solution: Add Grey40 to the builtin colors.
2016-08-07patch 7.4.2181v7.4.2181Bram Moolenaar
Problem: Compiler warning for unused variable. Solution: Remove it. (Dominique Pelle)
2016-08-07patch 7.4.2180v7.4.2180Bram Moolenaar
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().
2016-08-07patch 7.4.2179v7.4.2179Bram Moolenaar
Problem: Reading from stdin test fails on MS-Windows. Solution: Strip the extra space.
2016-08-07patch 7.4.2178v7.4.2178Bram Moolenaar
Problem: No test for reading from stdin. Solution: Add a test.
2016-08-07patch 7.4.2177v7.4.2177Bram Moolenaar
Problem: No testing for -C and -N command line flags, file arguments, startuptime. Solution: Add tests.
2016-08-07patch 7.4.2176v7.4.2176Bram Moolenaar
Problem: #ifdefs in main() are complicated. Solution: Always define vim_main2(). Move params to the file level. (suggested by Ken Takata)
2016-08-07patch 7.4.2175v7.4.2175Bram Moolenaar
Problem: Insufficient testing of cscope. Solution: Add more tests. (Dominique Pelle)
2016-08-07patch 7.4.2174v7.4.2174Bram Moolenaar
Problem: Adding duplicate flags to 'whichwrap' leaves commas behind. Solution: Also remove the commas. (Naruhiko Nishino)
2016-08-06patch 7.4.2173v7.4.2173Bram Moolenaar
Problem: Can't test help on MS-Windows. Solution: Skip the test.
2016-08-06patch 7.4.2172v7.4.2172Bram Moolenaar
Problem: No test for "vim --help". Solution: Add a test.
2016-08-06patch 7.4.2171v7.4.2171Bram Moolenaar
Problem: MS-Windows build fails. Solution: Add QueryPerformanceCounter().
2016-08-06patch 7.4.2170v7.4.2170Bram Moolenaar
Problem: Cannot get information about timers. Solution: Add timer_info().
2016-08-06patch 7.4.2169v7.4.2169Bram Moolenaar
Problem: Startup test gets stuck on MS-Windows. Solution: Use double quotes.
2016-08-06patch 7.4.2168v7.4.2168Bram Moolenaar
Problem: Not running the startup test on MS-Windows. Solution: Write vimcmd.
2016-08-06patch 7.4.2167v7.4.2167Bram Moolenaar
Problem: Small build can't run tests. Solution: Don't try setting 'packpath'.
2016-08-06patch 7.4.2166v7.4.2166Bram Moolenaar
Problem: Small build can't run startup test. Solution: Skip the test.
2016-08-06patch 7.4.2165v7.4.2165Bram Moolenaar
Problem: Startup test fails on MS-Windows. Solution: Don't check output if RunVim() returns zero.
2016-08-06patch 7.4.2164v7.4.2164Bram Moolenaar
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.
2016-08-06patch 7.4.2163v7.4.2163Bram Moolenaar
Problem: match() and related functions tested with old style test. Solution: Convert to new style test. (Hirohito Higashi)
2016-08-06patch 7.4.2162v7.4.2162Bram Moolenaar
Problem: Result of getcompletion('', 'sign') depends on previous completion. Solution: Call set_context_in_sign_cmd(). (Dominique Pelle)
2016-08-05patch 7.4.2161v7.4.2161Bram Moolenaar
Problem: Expression test fails without conceal feature. Solution: Only check "conceal" with the conceal feature.
2016-08-05patch 7.4.2160v7.4.2160Bram Moolenaar
Problem: setmatches() mixes up values. (Nikolai Pavlov) Solution: Save the string instead of reusing a shared buffer.
2016-08-05patch 7.4.2159v7.4.2159Bram Moolenaar
Problem: Insufficient testing for cscope. Solution: Add more tests. (Dominique Pelle)
2016-08-05patch 7.4.2158v7.4.2158Bram Moolenaar
Problem: Result of getcompletion('', 'cscope') depends on previous completion. (Christian Brabandt) Solution: Call set_context_in_cscope_cmd().
2016-08-05patch 7.4.2157v7.4.2157Bram Moolenaar
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.