comparison src/proto.h @ 20637:6c5b11458f31 v8.2.0872

patch 8.2.0872: XIM code is mixed with multi-byte code Commit: https://github.com/vim/vim/commit/f15c8b6eb32fcfea88fd9ca42ef87bbee2c8fe2b Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 1 14:34:43 2020 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Mon, 01 Jun 2020 14:45:05 +0200
parents 4411c2b96af9
children b1fac55cf8a3
comparison
equal deleted inserted replaced
20636:7226685d849a 20637:6c5b11458f31
90 # include "fileio.pro" 90 # include "fileio.pro"
91 # include "filepath.pro" 91 # include "filepath.pro"
92 # include "findfile.pro" 92 # include "findfile.pro"
93 # include "fold.pro" 93 # include "fold.pro"
94 # include "getchar.pro" 94 # include "getchar.pro"
95 # include "gui_xim.pro"
95 # include "hardcopy.pro" 96 # include "hardcopy.pro"
96 # include "hashtab.pro" 97 # include "hashtab.pro"
97 # include "highlight.pro" 98 # include "highlight.pro"
98 # include "indent.pro" 99 # include "indent.pro"
99 # include "insexpand.pro" 100 # include "insexpand.pro"