summaryrefslogtreecommitdiff
path: root/src/proto.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-06-01 14:34:43 +0200
committerBram Moolenaar <Bram@vim.org>2020-06-01 14:34:43 +0200
commitf15c8b6eb32fcfea88fd9ca42ef87bbee2c8fe2b (patch)
treefe9bdaf8696ae70727a6a9b6c7b7693a2bbd7d75 /src/proto.h
parentf17e7ea67a798d0aa45ce24ea80c9e21d5164326 (diff)
downloadvim-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 'src/proto.h')
-rw-r--r--src/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto.h b/src/proto.h
index b73350a4f..eec7ad530 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -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"