summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-07-14 19:48:05 +0000
committerBram Moolenaar <Bram@vim.org>2008-07-14 19:48:05 +0000
commitaf51e66c5ae4a73f4b05f3feb9bb539431ea2d44 (patch)
treec7955b3be555fff0314264095d8a0d1c0da637ac /src/ui.c
parentd91ffe986baf5206dc1f357edc7759bafb76c596 (diff)
downloadvim-git-af51e66c5ae4a73f4b05f3feb9bb539431ea2d44.tar.gz
updated for version 7.2b-003v7.2b.003
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c2
1 files changed, 1 insertions, 1 deletions
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
*/