0
0
mirror of https://github.com/vim/vim.git synced 2025-09-30 04:44:14 -04:00

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)
This commit is contained in:
Bram Moolenaar
2020-06-01 14:34:43 +02:00
parent f17e7ea67a
commit f15c8b6eb3
12 changed files with 1822 additions and 1779 deletions

View File

@@ -92,6 +92,7 @@ extern int _stricoll(char *a, char *b);
# include "findfile.pro"
# include "fold.pro"
# include "getchar.pro"
# include "gui_xim.pro"
# include "hardcopy.pro"
# include "hashtab.pro"
# include "highlight.pro"