summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorShougo Matsushita <Shougo.Matsu@gmail.com>2016-04-08 07:51:42 +0900
committerShougo Matsushita <Shougo.Matsu@gmail.com>2016-04-08 07:51:42 +0900
commit1620726fef0df725ce843595fbe6b016daadc234 (patch)
tree7dbe92dc41a53c6376aa4674e0b81fe1d0ad113d /doc
parenta44da1f75ffe623dad89c063bb6fa7b28b508546 (diff)
downloaddeoplete.nvim-1620726fef0df725ce843595fbe6b016daadc234.zip
Add g:deoplete#max_menu_width and g:deoplete#max_abbr_width options
Diffstat (limited to 'doc')
-rw-r--r--doc/deoplete.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/deoplete.txt b/doc/deoplete.txt
index 2c008c4..269640c 100644
--- a/doc/deoplete.txt
+++ b/doc/deoplete.txt
@@ -163,6 +163,20 @@ g:deoplete#max_list
Default value: 100
+ *g:deoplete#max_abbr_width*
+g:deoplete#max_abbr_width
+ If the candidate abbr length exceeds the length it will be cut
+ down.
+
+ Default value: 80
+
+ *g:deoplete#max_menu_width*
+g:deoplete#max_menu_width
+ If the candidate menu length exceeds the length it will be cut
+ down.
+
+ Default value: 20
+
*g:deoplete#auto_complete_delay*
g:deoplete#auto_complete_delay
It is the auto completion delay time after your input.