summaryrefslogtreecommitdiffstats
path: root/src/gui_xim.c
AgeCommit message (Collapse)Author
2020-07-01patch 8.2.1107: 'imactivatefunc' and 'imstatusfunc' are not used in the GUIv8.2.1107Bram Moolenaar
Problem: 'imactivatefunc' and 'imstatusfunc' are not used in the GUI. Solution: Adjust the #ifdefs. (closes #6367)
2020-06-02patch 8.2.0889: using old style commentsv8.2.0889Bram Moolenaar
Problem: Using old style comments. Solution: Use // comments. (Yegappan Lakshmanan, closes #6190)
2020-06-01patch 8.2.0872: XIM code is mixed with multi-byte codev8.2.0872Bram Moolenaar
Problem: XIM code is mixed with multi-byte code. Solution: Move the XIM code to a separate file. (Yegappan Lakshmanan, closes #6177)