]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.3.1001 v7.3.1001
authorBram Moolenaar <Bram@vim.org>
Tue, 21 May 2013 20:00:51 +0000 (22:00 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 21 May 2013 20:00:51 +0000 (22:00 +0200)
Problem:    Duplicate condition in if.
Solution:   Remove one condition.

src/regexp_nfa.c
src/version.c

index 9fcba4495f19e54e552bd02362d5fc9f732f43a3..518da1b76d30717fe44fd37877271c2fb4010ad7 100644 (file)
@@ -1091,7 +1091,7 @@ nfa_regatom()
                    {
                        nfa_inc(&regparse);
 
-                       if (*regparse == 'n' || *regparse == 'n')
+                       if (*regparse == 'n')
                            startc = reg_string ? NL : NFA_NEWL;
                        else
                            if  (*regparse == 'd'
index b93153596106caa4af60c102369f2a14a2d8f71a..eefc21b81f213ea113a6c4ec18076ba5718f7186 100644 (file)
@@ -728,6 +728,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1001,
 /**/
     1000,
 /**/