summaryrefslogtreecommitdiff
path: root/src/testdir/test_iminsert.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.1344: using 'imactivatefunc' in the GUI does not workv8.0.1344Bram Moolenaar2017-11-261-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.1341Bram Moolenaar2017-11-251-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.1336Bram Moolenaar2017-11-251-0/+29
Problem: Cannot use imactivatefunc() unless compiled with +xim. Solution: Allow using imactivatefunc() when not compiled with +xim. (Yasuhiro Matsumoto, closes #2349)