Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 8.0.1344: using 'imactivatefunc' in the GUI does not workv8.0.1344 | Bram Moolenaar | 2017-11-26 | 1 | -5/+4 |
| | | | | | Problem: Using 'imactivatefunc' in the GUI does not work. Solution: Do not use 'imactivatefunc' and 'imstatusfunc' in the GUI. | ||||
* | patch 8.0.1341: 'imactivatefunc' test fails on MS-Windowsv8.0.1341 | Bram Moolenaar | 2017-11-25 | 1 | -0/+3 |
| | | | | | Problem: 'imactivatefunc' test fails on MS-Windows. Solution: Skip the text. | ||||
* | patch 8.0.1336: cannot use imactivatefunc() unless compiled with +ximv8.0.1336 | Bram Moolenaar | 2017-11-25 | 1 | -0/+29 |
Problem: Cannot use imactivatefunc() unless compiled with +xim. Solution: Allow using imactivatefunc() when not compiled with +xim. (Yasuhiro Matsumoto, closes #2349) |