mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.0-188
This commit is contained in:
parent
8dd1aa58ad
commit
8c471fa0b3
@ -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 */
|
/* 'e' offset may put us just below the last line */
|
||||||
if (pos->lnum > buf->b_ml.ml_line_count)
|
if (pos->lnum > buf->b_ml.ml_line_count)
|
||||||
ptr = "";
|
ptr = (char_u *)"";
|
||||||
else
|
else
|
||||||
ptr = ml_get_buf(buf, pos->lnum, FALSE);
|
ptr = ml_get_buf(buf, pos->lnum, FALSE);
|
||||||
pos->col -= (*mb_head_off)(ptr, ptr + pos->col);
|
pos->col -= (*mb_head_off)(ptr, ptr + pos->col);
|
||||||
|
@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
188,
|
||||||
/**/
|
/**/
|
||||||
187,
|
187,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user