diff options
author | Christian Clason <christian.clason@uni-due.de> | 2021-09-11 12:59:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-11 12:59:30 +0200 |
commit | 521817ee76a17562a3b97dc47a277cf3a82fcd09 (patch) | |
tree | 7123ef146e0f8318a3972e32b9c5420e055ce896 /runtime/doc/insert.txt | |
parent | 086631cd92d7b60f122963f9fd1779583b19004c (diff) | |
parent | c58a667e57d8dd84bbbd3ba1ddafb6a603b7b37b (diff) | |
download | rneovim-521817ee76a17562a3b97dc47a277cf3a82fcd09.tar.gz rneovim-521817ee76a17562a3b97dc47a277cf3a82fcd09.tar.bz2 rneovim-521817ee76a17562a3b97dc47a277cf3a82fcd09.zip |
Merge pull request #15619 from clason/vim-90df4b9d4234
vim-patch:90df4b9d4234
chore(vim-patch): add doc/vim9.txt to unwanted files
Diffstat (limited to 'runtime/doc/insert.txt')
-rw-r--r-- | runtime/doc/insert.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt index ef2fe23d91..8f6de3e36f 100644 --- a/runtime/doc/insert.txt +++ b/runtime/doc/insert.txt @@ -1061,7 +1061,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: |