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 -- [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.