commit | 9372a11ca67d6bdec9c16407a941cb8094eec3b6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 06 19:59:18 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 06 19:59:18 2005 +0000 |
tree | 9633dee37b98fab6fe12d78ee30bc761f2f21a73 | |
parent | cef9dcc37ef6dce3d98cf1550c3731fff9d451b5 [diff] [blame] |
updated for version 7.0163
diff --git a/src/ex_getln.c b/src/ex_getln.c index b355257..7c9ea14 100644 --- a/src/ex_getln.c +++ b/src/ex_getln.c
@@ -2206,8 +2206,7 @@ } #endif -#if (defined(FEAT_XIM) && (defined(FEAT_GUI_GTK) || defined(FEAT_GUI_KDE))) \ - || defined(PROTO) +#if (defined(FEAT_XIM) && (defined(FEAT_GUI_GTK))) || defined(PROTO) /* * Return the virtual column number at the current cursor position. * This is used by the IM code to obtain the start of the preedit string.