diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-08-31 16:20:32 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-08-31 16:20:32 +0200 |
commit | 06fe74aef72606ac34c9f494186e52614b8fb59a (patch) | |
tree | cc18e67c68b4d19fdcd70349fcd180a2dcd36986 /runtime/doc/options.txt | |
parent | 4bbfb0f3cc67c00c8cee4e47283e8d760025219d (diff) | |
download | vim-git-06fe74aef72606ac34c9f494186e52614b8fb59a.tar.gz |
Runtime files update.
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index e5ad114e2..48c9ce5f0 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1934,7 +1934,9 @@ A jump table for the options with a short description can be found at |Q_op|. {not available when compiled without the |+textprop| or |+quickfix| feature} When 'completeopt' contains "popup" then this option is used for the - properties of the info popup. See |complete-popup|. + properties of the info popup when it is created. You can also use + |popup_findinfo()| and then set properties for an existing info popup + with |popup_setoptions()|. See |complete-popup|. *'concealcursor'* *'cocu'* |