]> granicus.if.org Git - vim/commitdiff
updated for version 7.4a.020 v7.4a.020
authorBram Moolenaar <Bram@vim.org>
Sun, 14 Jul 2013 10:34:56 +0000 (12:34 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 14 Jul 2013 10:34:56 +0000 (12:34 +0200)
Problem:    Superfluous mb_ptr_adv().
Solution:   Remove the call. (Dominique Pelle)

src/regexp_nfa.c
src/version.c

index b16ba56ea6de55c607ae386f3115b92d086e5412..02fe49ea16034bcd82a4f49492dff826d0164d37 100644 (file)
@@ -1516,7 +1516,6 @@ collection:
                    EMIT('-');
                    EMIT(NFA_CONCAT);
                }
-               mb_ptr_adv(regparse);
 
                /* skip the trailing ] */
                regparse = endp;
@@ -4582,7 +4581,7 @@ recursive_regmatch(state, pim, prog, submatch, m, listids)
 
        /* Go back the specified number of bytes, or as far as the
         * start of the previous line, to try matching "\@<=" or
-        * not matching "\@<!". This is very ineffecient, limit the number of
+        * not matching "\@<!". This is very inefficient, limit the number of
         * bytes if possible. */
        if (state->val <= 0)
        {
index 5e4a5954372f0c8e77348e34c4fd0c04124137f5..3add57dd98894f4d2e1e2e98866e8f2d8e9abd75 100644 (file)
@@ -727,6 +727,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    20,
 /**/
     19,
 /**/