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 e5c8328 commit e4f5f3aCopy full SHA for e4f5f3a
2 files changed
src/usercmd.c
@@ -824,10 +824,10 @@ uc_scan_attr(
824
emsg(_("E179: argument required for -addr"));
825
return FAIL;
826
}
827
- if (parse_addr_type_arg(val, (int)vallen, addr_type_arg) == FAIL)
+ if (parse_addr_type_arg(val, (int)vallen, addr_type_arg) == FAIL)
828
829
- if (addr_type_arg != ADDR_LINES)
830
- *argt |= (ZEROR) ;
+ if (*addr_type_arg != ADDR_LINES)
+ *argt |= ZEROR;
831
832
else
833
{
src/version.c
@@ -767,6 +767,8 @@ static char *(features[]) =
767
768
static int included_patches[] =
769
{ /* Add new patch number below this line */
770
+/**/
771
+ 1260,
772
/**/
773
1259,
774
0 commit comments