To: vim_dev@googlegroups.com Subject: Patch 7.4b.021 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4b.021 Problem: Pressing "u" after an external command results in multiple press-enter messages. (glts) Solution: Don't call hit_return_msg() when we have K_IGNORE. (Christian Brabandt) Files: src/message.c *** ../vim-7.4b.020/src/message.c 2013-07-17 11:32:14.000000000 +0200 --- src/message.c 2013-08-09 20:30:45.000000000 +0200 *************** *** 1004,1010 **** quit_more = FALSE; got_int = FALSE; } ! else { c = K_IGNORE; hit_return_msg(); --- 1004,1010 ---- quit_more = FALSE; got_int = FALSE; } ! else if (c != K_IGNORE) { c = K_IGNORE; hit_return_msg(); *** ../vim-7.4b.020/src/version.c 2013-08-09 19:48:37.000000000 +0200 --- src/version.c 2013-08-09 20:34:40.000000000 +0200 *************** *** 729,730 **** --- 729,732 ---- { /* Add new patch number below this line */ + /**/ + 21, /**/ -- hundred-and-one symptoms of being an internet addict: 71. You wonder how people walk /// 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 ///