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 9a1a5cd commit e725616Copy full SHA for e725616
src/normal.c
@@ -1086,7 +1086,7 @@ normal_cmd(oap, toplevel)
1086
ca.nchar = ca.extra_char;
1087
idx = find_command(ca.cmdchar);
1088
}
1089
- else if (ca.nchar == 'n' || ca.nchar == 'N')
+ else if ((ca.nchar == 'n' || ca.nchar == 'N') && ca.cmdchar == 'g')
1090
ca.oap->op_type = get_op_type(*cp, NUL);
1091
else if (*cp == Ctrl_BSL)
1092
{
src/version.c
@@ -725,6 +725,8 @@ static char *(features[]) =
725
726
static int included_patches[] =
727
{ /* Add new patch number below this line */
728
+/**/
729
+ 710,
730
/**/
731
709,
732
0 commit comments