summaryrefslogtreecommitdiff
path: root/src/gui_xim.c
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.1107: 'imactivatefunc' and 'imstatusfunc' are not used in the GUIv8.2.1107Bram Moolenaar2020-07-011-1/+1
| | | | | Problem: 'imactivatefunc' and 'imstatusfunc' are not used in the GUI. Solution: Adjust the #ifdefs. (closes #6367)
* patch 8.2.0889: using old style commentsv8.2.0889Bram Moolenaar2020-06-021-38/+28
| | | | | Problem: Using old style comments. Solution: Use // comments. (Yegappan Lakshmanan, closes #6190)
* patch 8.2.0872: XIM code is mixed with multi-byte codev8.2.0872Bram Moolenaar2020-06-011-0/+1777
Problem: XIM code is mixed with multi-byte code. Solution: Move the XIM code to a separate file. (Yegappan Lakshmanan, closes #6177)