diff options
author | w0rp <devw0rp@gmail.com> | 2017-08-18 22:34:18 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-08-18 22:34:18 +0100 |
commit | be4347084efeb35a767eb3b33550700a1df8b041 (patch) | |
tree | e06c146ef7f454ce42bca030dcfbd0f7c24c2007 /doc/ale.txt | |
parent | 8cc7cd3aa14851f0c214c54b2c8affed448399ff (diff) | |
download | ale-be4347084efeb35a767eb3b33550700a1df8b041.zip |
Increase the default maximum completion suggestions to a more useful but safe level, and filter before requesting details, which is faster
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 8c544423..ded1e0c1 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -296,7 +296,7 @@ g:ale_completion_enabled *g:ale_completion_enabled* g:ale_completion_max_suggestions *g:ale_completion_max_suggestions* Type: |Number| - Default: `20` + Default: `50` The maximum number of items ALE will suggest in completion menus for automatic completion. |