typo fix
This commit is contained in:
parent
4000da089d
commit
7006033d3e
@ -66,7 +66,7 @@ class Completer( object ):
|
|||||||
collecting the required completions, AsyncCandidateRequestReady() would check
|
collecting the required completions, AsyncCandidateRequestReady() would check
|
||||||
the state of that task and return False until it was completed.
|
the state of that task and return False until it was completed.
|
||||||
|
|
||||||
CandidatesFormStoredRequest() should return the list of candidates. This is
|
CandidatesFromStoredRequest() should return the list of candidates. This is
|
||||||
what YCM calls after AsyncCandidateRequestReady() returns True. The format of
|
what YCM calls after AsyncCandidateRequestReady() returns True. The format of
|
||||||
the result can be a list of strings or a more complicated list of
|
the result can be a list of strings or a more complicated list of
|
||||||
dictionaries. See ':h complete-items' for the format, and clang_completer.py
|
dictionaries. See ':h complete-items' for the format, and clang_completer.py
|
||||||
|
Loading…
Reference in New Issue
Block a user