diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-06-01 14:34:43 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-06-01 14:34:43 +0200 |
commit | f15c8b6eb32fcfea88fd9ca42ef87bbee2c8fe2b (patch) | |
tree | fe9bdaf8696ae70727a6a9b6c7b7693a2bbd7d75 /Filelist | |
parent | f17e7ea67a798d0aa45ce24ea80c9e21d5164326 (diff) | |
download | vim-git-f15c8b6eb32fcfea88fd9ca42ef87bbee2c8fe2b.tar.gz |
patch 8.2.0872: XIM code is mixed with multi-byte codev8.2.0872
Problem: XIM code is mixed with multi-byte code.
Solution: Move the XIM code to a separate file. (Yegappan Lakshmanan,
closes #6177)
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -419,6 +419,7 @@ SRC_UNIX = \ src/gui_gtk_x11.c \ src/gui_gtk_res.xml \ src/gui_motif.c \ + src/gui_xim.c \ src/gui_xmdlg.c \ src/gui_xmebw.c \ src/gui_xmebw.h \ @@ -442,6 +443,7 @@ SRC_UNIX = \ src/proto/gui_gtk_x11.pro \ src/proto/gui_gtk_gresources.pro \ src/proto/gui_motif.pro \ + src/proto/gui_xim.pro \ src/proto/gui_xmdlg.pro \ src/proto/gui_x11.pro \ src/proto/if_xcmdsrv.pro \ |