commit | 81695250ef1bbc02016078044ac268129a33f333 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 29 20:58:21 2004 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 29 20:58:21 2004 +0000 |
tree | c31ec7182b5b06ffeb5a14b79701127eaa5c0dc8 | |
parent | 86b68359978c933419279e599d0a8cf536095d77 [diff] [blame] |
updated for version 7.0026
diff --git a/src/ex_getln.c b/src/ex_getln.c index 103bf1b..235e29e 100644 --- a/src/ex_getln.c +++ b/src/ex_getln.c
@@ -2080,7 +2080,8 @@ } #endif -#if (defined(FEAT_XIM) && defined(FEAT_GUI_GTK)) || defined(PROTO) +#if (defined(FEAT_XIM) && (defined(FEAT_GUI_GTK) || defined(FEAT_GUI_KDE))) \ + || 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.