branch: master
commit d943198e26baccbbae7fa1cdebcd9fcb89c525d0
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
Add some clarification for the require-match 'never return value
---
company.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/company.el b/company.el
index 32f308d..f0d0f8a 100644
--- a/company.el
+++ b/company.el
@@ -415,7 +415,8 @@ non-prefix completion.
anything not offered as a candidate. Please don't use that value in normal
backends. The default value nil gives the user that choice with
`company-require-match'. Return value `never' overrides that option the
-other way around.
+other way around (using that value will indicate that the returned set of
+completions is often incomplete, so this behavior will not be useful).
`init': Called once for each buffer. The backend can check for external
programs and files and load any required libraries. Raising an error here