updated for version 7.2b-003 v7.2b.003
authorBram Moolenaar <Bram@vim.org>
Mon, 14 Jul 2008 19:48:05 +0000 (19:48 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 14 Jul 2008 19:48:05 +0000 (19:48 +0000)
src/ui.c
src/version.c

index a734e7b10bb8ee5ce35f8777faaf24f7493a8a58..fc58920928aa8d8debecc553d68d05f4e912224d 100644 (file)
--- 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
  */
index 6730cc0fd778e7e6f0cb2d6e7fad9fae8bb4c876..61adb887b0949f6d77d1c6797686baf40fee4e5e 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    3,
 /**/
     2,
 /**/