Added documentation for asyncomplete_enable* variables (#208)

This commit is contained in:
ForTheReallys
2020-08-08 20:28:54 -05:00
committed by GitHub
parent bb8a9924b7
commit 359abf8ebe

View File

@@ -23,6 +23,23 @@ in pure Vim Script.
2. Options *asyncomplete-options*
g:asyncomplete_enable_for_all *g:asyncomplete_enable_for_all*
Type |Number|
Default: 1
Enable asyncomplete for all buffers. Can be overriden with
`b:asyncomplete_enable` on a per-buffer basis. Setting this to 0 prevents
asyncomplete from loading upon entering a buffer.
b:asyncomplete_enable *b:asyncomplete_enable*
Type |Number|
Default: 1
Setting this variable to 0 disables asyncomplete for the current buffer
and overrides `g:asyncomplete_enable_for_all` .
g:asyncomplete_auto_popup *g:asyncomplete_auto_popup*
Type: |Number|