commit | f15c8b6eb32fcfea88fd9ca42ef87bbee2c8fe2b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 01 14:34:43 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 01 14:34:43 2020 +0200 |
tree | fe9bdaf8696ae70727a6a9b6c7b7693a2bbd7d75 | |
parent | f17e7ea67a798d0aa45ce24ea80c9e21d5164326 [diff] [blame] |
patch 8.2.0872: XIM code is mixed with multi-byte code Problem: XIM code is mixed with multi-byte code. Solution: Move the XIM code to a separate file. (Yegappan Lakshmanan, closes #6177)
diff --git a/src/Make_morph.mak b/src/Make_morph.mak index 4efc1d6..ce615b2 100644 --- a/src/Make_morph.mak +++ b/src/Make_morph.mak
@@ -61,6 +61,7 @@ findfile.c \ fold.c \ getchar.c \ + gui_xim.c \ hardcopy.c \ hashtab.c \ highlight.c \