diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-07-07 20:26:08 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-07-07 20:26:08 +0200 |
commit | 90df4b9d423485f7db16e3a65cab4f14edc815ae (patch) | |
tree | 1477a8fa59c5061882816599bd38960c84e42eb9 /runtime/doc/insert.txt | |
parent | 303215d60cece0462f040035502b5bc95373bd6e (diff) | |
download | vim-git-90df4b9d423485f7db16e3a65cab4f14edc815ae.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/doc/insert.txt')
-rw-r--r-- | runtime/doc/insert.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt index d70b3e601..3e77ee7ce 100644 --- a/runtime/doc/insert.txt +++ b/runtime/doc/insert.txt @@ -1,4 +1,4 @@ -*insert.txt* For Vim version 8.2. Last change: 2020 Oct 16 +*insert.txt* For Vim version 8.2. Last change: 2021 Jul 05 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1073,7 +1073,8 @@ On the second invocation the arguments are: The function must return a List with the matching words. These matches usually include the "a:base" text. When there are no matches return an empty -List. +List. Note that the cursor may have moved since the first invocation, the +text may have been changed. In order to return more information than the matching words, return a Dict that contains the List. The Dict can have these items: |