diff runtime/doc/options.txt @ 21112:2d3cd9acf853 v8.2.1107

patch 8.2.1107: 'imactivatefunc' and 'imstatusfunc' are not used in the GUI Commit: https://github.com/vim/vim/commit/ef8c617b9c4dc262ed34598d7e382237696c3d61 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 1 15:12:44 2020 +0200 patch 8.2.1107: 'imactivatefunc' and 'imstatusfunc' are not used in the GUI Problem: 'imactivatefunc' and 'imstatusfunc' are not used in the GUI. Solution: Adjust the #ifdefs. (closes https://github.com/vim/vim/issues/6367)
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Jul 2020 15:15:04 +0200
parents 83cfa1ef1bf2
children 9f9c26b3ddc5
line wrap: on
line diff
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -4133,7 +4133,7 @@ A jump table for the options with a shor
 			global
 	This option specifies a function that will be called to
 	activate or deactivate the Input Method.
-	It is not used in the GUI.
+	It is not used in the MS-Windows GUI version.
 	The expression will be evaluated in the |sandbox| when set from a
 	modeline, see |sandbox-option|.
 
@@ -4242,7 +4242,7 @@ A jump table for the options with a shor
 			global
 	This option specifies a function that is called to obtain the status
 	of Input Method.  It must return a positive number when IME is active.
-	It is not used in the GUI.
+	It is not used in the MS-Windows GUI version.
 
 	Example: >
 		function ImStatusFunc()