]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-024 v7.1.024
authorBram Moolenaar <Bram@vim.org>
Tue, 10 Jul 2007 11:09:36 +0000 (11:09 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 10 Jul 2007 11:09:36 +0000 (11:09 +0000)
src/search.c
src/version.c

index 9f6c997a5d1375c537c76d9b090ca472074b6dca..3836db716265d587505bef9b98e227dcf60857ad 100644 (file)
@@ -2124,6 +2124,9 @@ findmatchlimit(oap, initc, flags, maxtravel)
                        else if (!backwards)
                            inquote = TRUE;
                    }
+
+                   /* ml_get() only keeps one line, need to get linep again */
+                   linep = ml_get(pos.lnum);
                }
            }
        }
index 0e02631c56e291f4eae6bc053fbe2f7d414ecaea..4a3f666eb4f3a960d195614a5520c3ec0c9dee32 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    24,
 /**/
     23,
 /**/