commit | 860cae1cec85aeb06668a2b071727c43869acf15 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 05 23:22:07 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 05 23:22:07 2010 +0200 |
tree | 8f7b62b69f4a7d3340902178927bbc3f9d24cc3e | |
parent | 945e2dbb633ed29b697a8d4eea51672e3c11143b [diff] [blame] |
Add the conceal patch from Vince Negri.
diff --git a/src/mbyte.c b/src/mbyte.c index e627589..e4df00a 100644 --- a/src/mbyte.c +++ b/src/mbyte.c
@@ -5222,7 +5222,7 @@ /* If 'imdisable' is set, XIM is never active. */ if (p_imdisable) active = FALSE; -#if !defined (FEAT_GUI_GTK) +#if !defined(FEAT_GUI_GTK) else if (input_style & XIMPreeditPosition) /* There is a problem in switching XIM off when preediting is used, * and it is not clear how this can be solved. For now, keep XIM on