diff options
author | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2015-12-05 11:47:31 +0900 |
---|---|---|
committer | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2015-12-05 11:47:31 +0900 |
commit | 3a4ed9e550483cb9d961d4dcd742cdb24fb71cf5 (patch) | |
tree | 7aa03a23f43ffa997b396ab3bdb624a4e5cd031b /doc | |
parent | 45b127edb50d7b923a1611deb16d7f47e31f5571 (diff) | |
download | deoplete.nvim-3a4ed9e550483cb9d961d4dcd742cdb24fb71cf5.zip |
Remove auto_pairs variable
Diffstat (limited to 'doc')
-rw-r--r-- | doc/deoplete.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/deoplete.txt b/doc/deoplete.txt index 1c6c8e1..5867b29 100644 --- a/doc/deoplete.txt +++ b/doc/deoplete.txt @@ -132,10 +132,6 @@ g:deoplete#auto_completion_start_length Default value is 2. - *g:deoplete#enable_auto_pairs* -g:deoplete#enable_auto_pairs - If it is enabled, close the parenthesis automatically. - *g:deoplete#disable_auto_complete* g:deoplete#disable_auto_complete It controls whether you invalidate automatic completion. If |