summaryrefslogtreecommitdiffstats
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
authorShougo Matsushita <Shougo.Matsu@gmail.com>2022-07-27 14:40:00 +0100
committerBram Moolenaar <Bram@vim.org>2022-07-27 14:40:00 +0100
commit61021aa318ca4c4a6b0182ee93388b2e9b5eefba (patch)
tree6c00416860622eb8bb9805c743c54069204cc967 /runtime/doc/eval.txt
parent34d1773bd4a1880616c5d7ef3a26f7bd69527589 (diff)
patch 9.0.0092: plugins cannot change v:completed_itemv9.0.0092
Problem: Plugins cannot change v:completed_item. Solution: Make v:completed_item writeable. (Shougo Matsushita, closes #10801)
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 290f03ff24..3dfacf7291 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -2005,6 +2005,8 @@ v:completed_item
|Dictionary| containing the |complete-items| for the most
recently completed word after |CompleteDone|. The
|Dictionary| is empty if the completion failed.
+ Note: Plugins can modify the value to emulate the builtin
+ |CompleteDone| event behavior.
*v:count* *count-variable*
v:count The count given for the last Normal mode command. Can be used