]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-188 v7.0.188
authorBram Moolenaar <Bram@vim.org>
Tue, 16 Jan 2007 21:14:45 +0000 (21:14 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 16 Jan 2007 21:14:45 +0000 (21:14 +0000)
src/search.c
src/version.c

index f38b62642386ad0a0580698c30e7cbc4e7f4e7d2..d12e4682d95b5bd75acb9976ba6a0be930488a07 100644 (file)
@@ -814,7 +814,7 @@ searchit(win, buf, pos, dir, pat, count, options, pat_use, stop_lnum)
                        {
                            /* 'e' offset may put us just below the last line */
                            if (pos->lnum > buf->b_ml.ml_line_count)
-                               ptr = "";
+                               ptr = (char_u *)"";
                            else
                                ptr = ml_get_buf(buf, pos->lnum, FALSE);
                            pos->col -= (*mb_head_off)(ptr, ptr + pos->col);
index 92cd49b7ab9c5d65da7b6ec852f172525e28c2e2..5e84c66055bfc30f129a8e332dfbdf3fbbaf3c73 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    188,
 /**/
     187,
 /**/