We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58883b commit c625155Copy full SHA for c625155
src/ex_docmd.c
@@ -7533,7 +7533,10 @@ get_tabpage_arg(exarg_T *eap)
7533
else if (eap->addr_count > 0)
7534
{
7535
if (unaccept_arg0 && eap->line2 == 0)
7536
+ {
7537
eap->errmsg = e_invrange;
7538
+ tab_number = 0;
7539
+ }
7540
else
7541
7542
tab_number = eap->line2;
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 266,
769
/**/
770
265,
771
0 commit comments