summaryrefslogtreecommitdiffstats
path: root/runtime/doc/if_ole.txt
diff options
context:
space:
mode:
authornjohnston <nickjohnstonsky@gmail.com>2023-11-19 23:18:57 +0000
committerGitHub <noreply@github.com>2023-11-20 00:18:57 +0100
commitaabca259fa48865e93d58b798233b19e0cb3ec7b (patch)
tree615d88843e8a9dc198e2cb2d0ad11203c48ef63c /runtime/doc/if_ole.txt
parente670d17342ea05af253b0452afb980397fa143be (diff)
runtime(doc): minor typo fixes (#13548)
Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc/if_ole.txt')
-rw-r--r--runtime/doc/if_ole.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/if_ole.txt b/runtime/doc/if_ole.txt
index 9f899ddccc..39d70a84f7 100644
--- a/runtime/doc/if_ole.txt
+++ b/runtime/doc/if_ole.txt
@@ -1,4 +1,4 @@
-*if_ole.txt* For Vim version 9.0. Last change: 2022 Oct 08
+*if_ole.txt* For Vim version 9.0. Last change: 2023 Nov 19
VIM REFERENCE MANUAL by Paul Moore
@@ -59,7 +59,7 @@ Vim exposes four methods for use by clients.
SendKeys(keys) Execute a series of keys.
This method takes a single parameter, which is a string of keystrokes. These
-keystrokes are executed exactly as if they had been types in at the keyboard.
+keystrokes are executed exactly as if they had been typed in at the keyboard.
Special keys can be given using their <..> names, as for the right hand side
of a mapping. Note: Execution of the Ex "normal" command is not supported -
see below |ole-normal|.