Patch 7.3.1152
Problem:    In tiny build ireg_icombine is undefined. (Tony Mechelynck)
Solution:   Add #ifdef.
Files:      src/regexp_nfa.c


*** ../vim-7.3.1151/src/regexp_nfa.c    2013-06-08 23:26:10.000000000 +0200
--- src/regexp_nfa.c    2013-06-08 23:29:22.000000000 +0200
***************
*** 6198,6204 ****
  
        /* If match_text is set it contains the full text that must match.
         * Nothing else to try. Doesn't handle combining chars well. */
!       if (prog->match_text != NULL && !ireg_icombine)
            return find_match_text(col, prog->regstart, prog->match_text);
      }
  
--- 6198,6208 ----
  
        /* If match_text is set it contains the full text that must match.
         * Nothing else to try. Doesn't handle combining chars well. */
!       if (prog->match_text != NULL
! #ifdef FEAT_MBYTE
!                   && !ireg_icombine
! #endif
!               )
            return find_match_text(col, prog->regstart, prog->match_text);
      }
  
*** ../vim-7.3.1151/src/version.c       2013-06-08 23:26:10.000000000 +0200
--- src/version.c       2013-06-08 23:28:06.000000000 +0200
***************
*** 730,731 ****
--- 730,733 ----
  {   /* Add new patch number below this line */
+ /**/
+     1152,
  /**/

-- 
hundred-and-one symptoms of being an internet addict:
118. You are on a first-name basis with your ISP's staff.

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


Raspunde prin e-mail lui