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 d7c85f9 commit 3aad546Copy full SHA for 3aad546
src/normal.c
@@ -4021,6 +4021,8 @@ add_to_showcmd(c)
4021
#endif
4022
4023
p = transchar(c);
4024
+ if (*p == ' ')
4025
+ STRCPY(p, "<20>");
4026
old_len = (int)STRLEN(showcmd_buf);
4027
extra_len = (int)STRLEN(p);
4028
overflow = old_len + extra_len - SHOWCMD_COLS;
src/version.c
@@ -738,6 +738,8 @@ static char *(features[]) =
738
739
static int included_patches[] =
740
{ /* Add new patch number below this line */
741
+/**/
742
+ 116,
743
/**/
744
115,
745
0 commit comments