To: vim_dev@googlegroups.com Subject: Patch 7.4.1709 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.1709 Problem: Mistake in #ifdef. Solution: Change PROOF_QUALITY to DRAFT_QUALITY. (Ken Takata) Files: src/os_mswin.c *** ../vim-7.4.1708/src/os_mswin.c 2016-04-03 22:07:35.266508711 +0200 --- src/os_mswin.c 2016-04-04 21:03:28.619435622 +0200 *************** *** 2709,2715 **** #ifdef PROOF_QUALITY {"PROOF", PROOF_QUALITY}, #endif ! #ifdef PROOF_QUALITY {"DRAFT", DRAFT_QUALITY}, #endif {"DEFAULT", DEFAULT_QUALITY}, --- 2709,2715 ---- #ifdef PROOF_QUALITY {"PROOF", PROOF_QUALITY}, #endif ! #ifdef DRAFT_QUALITY {"DRAFT", DRAFT_QUALITY}, #endif {"DEFAULT", DEFAULT_QUALITY}, *** ../vim-7.4.1708/src/version.c 2016-04-04 20:55:51.432055834 +0200 --- src/version.c 2016-04-04 21:05:28.934219357 +0200 *************** *** 750,751 **** --- 750,753 ---- { /* Add new patch number below this line */ + /**/ + 1709, /**/ -- hundred-and-one symptoms of being an internet addict: 219. Your spouse has his or her lawyer deliver the divorce papers... via e-mail. /// 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 ///