summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/usercmd.c6
-rw-r--r--src/version.c2
2 files changed, 5 insertions, 3 deletions
diff --git a/src/usercmd.c b/src/usercmd.c
index ca01a3ca3..45d7ea052 100644
--- a/src/usercmd.c
+++ b/src/usercmd.c
@@ -824,10 +824,10 @@ invalid_count:
emsg(_("E179: argument required for -addr"));
return FAIL;
}
- if (parse_addr_type_arg(val, (int)vallen, addr_type_arg) == FAIL)
+ if (parse_addr_type_arg(val, (int)vallen, addr_type_arg) == FAIL)
return FAIL;
- if (addr_type_arg != ADDR_LINES)
- *argt |= (ZEROR) ;
+ if (*addr_type_arg != ADDR_LINES)
+ *argt |= ZEROR;
}
else
{
diff --git a/src/version.c b/src/version.c
index c8bcdecf0..5941c6e6f 100644
--- a/src/version.c
+++ b/src/version.c
@@ -768,6 +768,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1260,
+/**/
1259,
/**/
1258,