Patch 8.0.1728
Problem: Condition always false, useless code.
Solution: Remove the code. (Nikolai Pavlov, closes #2808)
Files: src/message.c
*** ../vim-8.0.1727/src/message.c 2018-02-10 18:45:21.068822158 +0100
--- src/message.c 2018-04-16 18:43:51.194379866 +0200
***************
*** 1703,1710 ****
{
c = TO_SPECIAL(str[1], str[2]);
str += 2;
- if (c == KS_ZERO) /* display <Nul> as ^@ or <Nul> */
- c = NUL;
}
if (IS_SPECIAL(c) || modifiers) /* special key */
special = TRUE;
--- 1703,1708 ----
*** ../vim-8.0.1727/src/version.c 2018-04-16 18:04:45.031723006 +0200
--- src/version.c 2018-04-17 20:11:27.840514384 +0200
***************
*** 764,765 ****
--- 764,767 ----
{ /* Add new patch number below this line */
+ /**/
+ 1728,
/**/
--
hundred-and-one symptoms of being an internet addict:
204. You're being audited because you mailed your tax return to the IRC.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.