Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 8.2.1107: 'imactivatefunc' and 'imstatusfunc' are not used in the GUIv8.2.1107 | Bram Moolenaar | 2020-07-01 | 1 | -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.0889 | Bram Moolenaar | 2020-06-02 | 1 | -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.0872 | Bram Moolenaar | 2020-06-01 | 1 | -0/+1777 |
Problem: XIM code is mixed with multi-byte code. Solution: Move the XIM code to a separate file. (Yegappan Lakshmanan, closes #6177) |