diff options
author | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2015-05-02 09:44:54 +0900 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-06-04 21:20:09 -0400 |
commit | e6c62c80ef1138c6c6d177efbd765476c0283b71 (patch) | |
tree | 78afe36a6a4dc9f14602220193bea8b1e4b93ecf /runtime/doc/options.txt | |
parent | 2271b746d7853d336f63480415c43d57fa39fb44 (diff) | |
download | rneovim-e6c62c80ef1138c6c6d177efbd765476c0283b71.tar.gz rneovim-e6c62c80ef1138c6c6d177efbd765476c0283b71.tar.bz2 rneovim-e6c62c80ef1138c6c6d177efbd765476c0283b71.zip |
Add noinsert and noselect features in completeopt #2564
Backported from vim_dev:
https://groups.google.com/forum/#!searchin/vim_dev/completeopt/vim_dev/tVsk0pdOGvs/fCzBbPkA4w0J
Use case:
https://github.com/Shougo/neocomplcache.vim/issues/426
Reviewed-by: Felipe Morales <hel.sheep@gmail.com>
Reviewed-by: Scott Prager <splinterofchaos@gmail.com>
Reviewed-by: Michael Reed <m.reed@mykolab.com>
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index e785dae714..08783ebbf3 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1609,6 +1609,14 @@ A jump table for the options with a short description can be found at |Q_op|. completion in the preview window. Only works in combination with "menu" or "menuone". + noinsert Do not insert any text for a match until the user selects + a match from the menu. Only works in combination with + "menu" or "menuone". No effect if "longest" is present. + + noselect Do not select a match in the menu, force the user to + select one from the menu. Only works in combination with + "menu" or "menuone". + *'concealcursor'* *'cocu'* 'concealcursor' 'cocu' string (default: "") |