From 7006033d3e5b94414de0956452fad3d83384a4f5 Mon Sep 17 00:00:00 2001 From: Stephen Sugden Date: Wed, 13 Feb 2013 21:18:51 -0800 Subject: [PATCH] typo fix --- python/completers/completer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/completers/completer.py b/python/completers/completer.py index 5c01ce10..90d7dfed 100644 --- a/python/completers/completer.py +++ b/python/completers/completer.py @@ -66,7 +66,7 @@ class Completer( object ): collecting the required completions, AsyncCandidateRequestReady() would check 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 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