updated for version 7.0-188

This commit is contained in:
vimboss
2007-01-16 21:14:45 +00:00
parent 2c352b0090
commit 3c78884025
2 changed files with 3 additions and 1 deletions
+1 -1
View 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);
+2
View File
@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
188,
/**/
187,
/**/