diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 3265860f40..733d62ee78 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c @@ -9310,7 +9310,7 @@ exec_normal_cmd(cmd, remap, silent) && !got_int) { update_topline_cursor(); - normal_cmd(&oa, FALSE); /* execute a Normal mode cmd */ + normal_cmd(&oa, TRUE); /* execute a Normal mode cmd */ } } #endif diff --git a/src/version.c b/src/version.c index 4e5e1a9350..7e17f43e03 100644 --- a/src/version.c +++ b/src/version.c @@ -714,6 +714,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 100, /**/ 99, /**/