summaryrefslogtreecommitdiffstats
path: root/runtime/doc/insert.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-30 17:57:03 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-30 17:57:03 +0100
commit91359014b359cf816bf943fe2c7d492996263def (patch)
treedc64c28d8316102cdfee1ace9856efe40da55a23 /runtime/doc/insert.txt
parente219f73ed546abeba1ff4f5c08b380d648852222 (diff)
Update runtime files.
Diffstat (limited to 'runtime/doc/insert.txt')
-rw-r--r--runtime/doc/insert.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt
index eac301aba9..8f66cd34d2 100644
--- a/runtime/doc/insert.txt
+++ b/runtime/doc/insert.txt
@@ -1147,7 +1147,7 @@ properties can be changed with |popup_setoptions()|.
*complete-popuphidden*
If the information for the popup is obtained asynchronously, use "popuphidden"
-in 'completeopt'. The info popup will then be initally hidden and
+in 'completeopt'. The info popup will then be initially hidden and
|popup_show()| must be called once it has been filled with the info. This can
be done with a |CompleteChanged| autocommand, something like this: >
set completeopt+=popuphidden