mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.1-260
This commit is contained in:
parent
561f9db88c
commit
9c33a7c971
@ -1290,7 +1290,8 @@ getvcol(wp, pos, start, cursor, end)
|
|||||||
/* If a double-cell char doesn't fit at the end of a line
|
/* If a double-cell char doesn't fit at the end of a line
|
||||||
* it wraps to the next line, it's like this char is three
|
* it wraps to the next line, it's like this char is three
|
||||||
* cells wide. */
|
* cells wide. */
|
||||||
if (incr == 2 && wp->w_p_wrap && in_win_border(wp, vcol))
|
if (incr == 2 && wp->w_p_wrap && MB_BYTE2LEN(*ptr) > 1
|
||||||
|
&& in_win_border(wp, vcol))
|
||||||
{
|
{
|
||||||
++incr;
|
++incr;
|
||||||
head = 1;
|
head = 1;
|
||||||
|
@ -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 */
|
||||||
|
/**/
|
||||||
|
260,
|
||||||
/**/
|
/**/
|
||||||
259,
|
259,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user