Skip to content

Commit 1feab2b

Browse files
committed
patch 8.0.1728: condition always false, useless code
Problem: Condition always false, useless code. Solution: Remove the code. (Nikolai Pavlov, closes #2808)
1 parent 353eeea commit 1feab2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/message.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1703,8 +1703,6 @@ str2special(
17031703
{
17041704
c = TO_SPECIAL(str[1], str[2]);
17051705
str += 2;
1706-
if (c == KS_ZERO) /* display <Nul> as ^@ or <Nul> */
1707-
c = NUL;
17081706
}
17091707
if (IS_SPECIAL(c) || modifiers) /* special key */
17101708
special = TRUE;

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,8 @@ static char *(features[]) =
762762

763763
static int included_patches[] =
764764
{ /* Add new patch number below this line */
765+
/**/
766+
1728,
765767
/**/
766768
1727,
767769
/**/

0 commit comments

Comments
 (0)