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 353eeea commit 1feab2bCopy full SHA for 1feab2b
src/message.c
@@ -1703,8 +1703,6 @@ str2special(
1703
{
1704
c = TO_SPECIAL(str[1], str[2]);
1705
str += 2;
1706
- if (c == KS_ZERO) /* display <Nul> as ^@ or <Nul> */
1707
- c = NUL;
1708
}
1709
if (IS_SPECIAL(c) || modifiers) /* special key */
1710
special = TRUE;
src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
762
763
static int included_patches[] =
764
{ /* Add new patch number below this line */
765
+/**/
766
+ 1728,
767
/**/
768
1727,
769
0 commit comments