]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0872: XIM code is mixed with multi-byte code v8.2.0872
authorBram Moolenaar <Bram@vim.org>
Mon, 1 Jun 2020 12:34:43 +0000 (14:34 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 1 Jun 2020 12:34:43 +0000 (14:34 +0200)
commitf15c8b6eb32fcfea88fd9ca42ef87bbee2c8fe2b
treefe9bdaf8696ae70727a6a9b6c7b7693a2bbd7d75
parentf17e7ea67a798d0aa45ce24ea80c9e21d5164326
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)
12 files changed:
Filelist
src/Make_cyg_ming.mak
src/Make_morph.mak
src/Make_mvc.mak
src/Make_vms.mms
src/Makefile
src/gui_xim.c [new file with mode: 0644]
src/mbyte.c
src/proto.h
src/proto/gui_xim.pro [new file with mode: 0644]
src/proto/mbyte.pro
src/version.c