diff options
author | w0rp <devw0rp@gmail.com> | 2021-06-19 10:57:34 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2021-06-19 10:57:34 +0100 |
commit | e78519683e5320971faa7fe5c9dd8c0dd6fd3100 (patch) | |
tree | eb4b257b5f3376fd79082b9f3d0f68ed318140d1 /doc | |
parent | 84a4a76aafaefe125df785ebac2e4858ec54debb (diff) | |
download | ale-e78519683e5320971faa7fe5c9dd8c0dd6fd3100.zip |
Close #3433 - Only use noselect if set for automatic completion
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 9ff05059..62881503 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -561,7 +561,6 @@ vimrc, and your issues should go away. > set completeopt=menu,menuone,preview,noselect,noinsert < - Or alternatively, if you want to show documentation in popups: > set completeopt=menu,menuone,popup,noselect,noinsert |