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 b31be3f commit 08815a1Copy full SHA for 08815a1
2 files changed
src/normal.c
@@ -1026,7 +1026,12 @@ normal_cmd(
1026
out_flush();
1027
#endif
1028
if (ca.cmdchar != K_IGNORE)
1029
- did_cursorhold = save_did_cursorhold;
+ {
1030
+ if (ex_normal_busy)
1031
+ did_cursorhold = save_did_cursorhold;
1032
+ else
1033
+ did_cursorhold = FALSE;
1034
+ }
1035
1036
State = NORMAL;
1037
src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
754
755
static int included_patches[] =
756
{ /* Add new patch number below this line */
757
+/**/
758
+ 1258,
759
/**/
760
1257,
761
0 commit comments