diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-08-20 21:12:16 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-08-20 21:12:16 +0200 |
commit | 36e4d985f0e015b189351d612132d382da9d014d (patch) | |
tree | 7e32700b18aaa211abfc0d3b6305ffcd048f5cad /runtime/doc/quickref.txt | |
parent | 5843f5f37b0632e2d706abc9014bfd7d98f7b02e (diff) | |
download | vim-git-36e4d985f0e015b189351d612132d382da9d014d.tar.gz |
patch 8.1.1892: missing index entry and option menu for 'completepopup'v8.1.1892
Problem: Missing index entry and option menu for 'completepopup'.
Solution: Add the entries. Adjust #ifdefs to avoid dead code.
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index bf3e34678..90e76f2e5 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -1,4 +1,4 @@ -*quickref.txt* For Vim version 8.1. Last change: 2019 Aug 01 +*quickref.txt* For Vim version 8.1. Last change: 2019 Aug 20 VIM REFERENCE MANUAL by Bram Moolenaar @@ -651,6 +651,7 @@ Short explanation of each option: *option-list* 'complete' 'cpt' specify how Insert mode completion works 'completefunc' 'cfu' function to be used for Insert mode completion 'completeopt' 'cot' options for Insert mode completion +'completepopup' 'cpp' options for the Insert mode completion info popup 'completeslash' 'csl' like 'shellslash' for completion 'concealcursor' 'cocu' whether concealable text is hidden in cursor line 'conceallevel' 'cole' whether concealable text is shown or hidden |