diff options
author | Christian Clason <c.clason@uni-graz.at> | 2021-09-10 09:02:40 +0200 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2021-09-10 09:14:56 +0200 |
commit | be557dddf42c52faa3032396b256acd01529c7b1 (patch) | |
tree | dc6b2d6bd3f34adb5c4ce6e1d8bf27e5d1af7c61 /runtime/doc/insert.txt | |
parent | 8f0c843c130a2117610e7892a8c1ca0887a54a6f (diff) | |
download | rneovim-be557dddf42c52faa3032396b256acd01529c7b1.tar.gz rneovim-be557dddf42c52faa3032396b256acd01529c7b1.tar.bz2 rneovim-be557dddf42c52faa3032396b256acd01529c7b1.zip |
vim-patch:90df4b9d4234
Update runtime files
https://github.com/vim/vim/commit/90df4b9d423485f7db16e3a65cab4f14edc815ae
omit .github/CODEOWNERS
omit doc/vim9.txt
omit po/it.po
skip ftplugin/jsonc.vim
skip indent/jsonc.vim
skip syntax/jsonc.vim
(already ported in https://github.com/neovim/neovim/commit/dce50312e1e9af81fb0e3b61d6e70bdf286fbffb)
partial skip doc/eval.txt (needs 8.1.{2304,2321})
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 bb00c77ca8..4500e2ba9b 100644 --- a/runtime/doc/insert.txt +++ b/runtime/doc/insert.txt @@ -1053,7 +1053,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: |