Patch 8.1.1202
Problem:    Always get regexp debugging logs when building with -DDEBUG.
Solution:   By default do not create regexp debugging logs. (Ken Takata)
Files:      src/regexp.c


*** ../vim-8.1.1201/src/regexp.c        2019-03-21 21:45:30.883282076 +0100
--- src/regexp.c        2019-04-25 20:04:55.452435740 +0200
***************
*** 38,48 ****
   * Named character class support added by Walter Briscoe (1998 Jul 01)
   */
  
! /* Uncomment the first if you do not want to see debugging logs or files
!  * related to regular expressions, even when compiling with -DDEBUG.
!  * Uncomment the second to get the regexp debugging. */
! /* #undef DEBUG */
! /* #define DEBUG */
  
  #include "vim.h"
  
--- 38,48 ----
   * Named character class support added by Walter Briscoe (1998 Jul 01)
   */
  
! // By default: do not create debugging logs or files related to regular
! // expressions, even when compiling with -DDEBUG.
! // Uncomment the second line to get the regexp debugging.
! #undef DEBUG
! // #define DEBUG
  
  #include "vim.h"
  
*** ../vim-8.1.1201/src/version.c       2019-04-24 23:08:20.082079954 +0200
--- src/version.c       2019-04-25 20:05:50.439610356 +0200
***************
*** 773,774 ****
--- 773,776 ----
  {   /* Add new patch number below this line */
+ /**/
+     1202,
  /**/

-- 
'I generally avoid temptation unless I can't resist it."
                -- Mae West

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

Raspunde prin e-mail lui