To: vim_dev@googlegroups.com Subject: Patch 8.0.1728 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 as ^@ or */ - 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 -- Bram@Moolenaar.net -- 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 ///