Problem: confusing error when using :cc without error list. (Gary Johnson)
Solution: Give the "no errors" error.
#ifdef FEAT_QUICKFIX
// No error for value that is too big, will use the last entry.
if (eap->line2 <= 0)
+ {
+ if (eap->addr_count == 0)
+ return _(e_no_errors);
return _(e_invalid_range);
+ }
#endif
break;
case ADDR_QUICKFIX_VALID:
endif
endfunc
+" This must be run before any error lists are created.
+func Test_AA_cc_no_errors()
+ call assert_fails('cc', 'E42:')
+ call assert_fails('ll', 'E42:')
+endfunc
+
" Tests for the :clist and :llist commands
func XlistTests(cchar)
call s:setup_commands(a:cchar)
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 3813,
/**/
3812,
/**/