0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.1-259

This commit is contained in:
Bram Moolenaar
2008-02-20 13:16:29 +00:00
parent 5bcbd537b4
commit 561f9db88c
2 changed files with 7 additions and 1 deletions

View File

@@ -8045,9 +8045,13 @@ setcursor()
windgoto(W_WINROW(curwin) + curwin->w_wrow, windgoto(W_WINROW(curwin) + curwin->w_wrow,
W_WINCOL(curwin) + ( W_WINCOL(curwin) + (
#ifdef FEAT_RIGHTLEFT #ifdef FEAT_RIGHTLEFT
/* With 'rightleft' set and the cursor on a double-wide
* character, position it on the leftmost column. */
curwin->w_p_rl ? ((int)W_WIDTH(curwin) - curwin->w_wcol - ( curwin->w_p_rl ? ((int)W_WIDTH(curwin) - curwin->w_wcol - (
# ifdef FEAT_MBYTE # ifdef FEAT_MBYTE
has_mbyte ? (*mb_ptr2cells)(ml_get_cursor()) : (has_mbyte
&& (*mb_ptr2cells)(ml_get_cursor()) == 2
&& vim_isprintc(gchar_cursor())) ? 2 :
# endif # endif
1)) : 1)) :
#endif #endif

View File

@@ -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 */
/**/
259,
/**/ /**/
258, 258,
/**/ /**/