From: Bram Moolenaar Date: Mon, 14 Jul 2008 19:48:05 +0000 (+0000) Subject: updated for version 7.2b-003 X-Git-Tag: v7.2b.003 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af51e66c5ae4a73f4b05f3feb9bb539431ea2d44;p=vim updated for version 7.2b-003 --- diff --git a/src/ui.c b/src/ui.c index a734e7b10..fc5892092 100644 --- a/src/ui.c +++ b/src/ui.c @@ -1911,7 +1911,7 @@ ui_cursor_shape() #endif #if defined(FEAT_CLIPBOARD) || defined(FEAT_GUI) || defined(FEAT_RIGHTLEFT) \ - || defined(PROTO) + || defined(FEAT_MBYTE) || defined(PROTO) /* * Check bounds for column number */ diff --git a/src/version.c b/src/version.c index 6730cc0fd..61adb887b 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 3, /**/ 2, /**/