From 7094f84f97e0c1e5c3605f99c8098f43c63b0e96 Mon Sep 17 00:00:00 2001 From: Mikael Kermorgant Date: Thu, 27 Jun 2019 08:04:05 +0300 Subject: [PATCH] restore use of all-completions --- company-phpactor.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/company-phpactor.el b/company-phpactor.el index 1d60517..1e7a1fe 100644 --- a/company-phpactor.el +++ b/company-phpactor.el @@ -87,7 +87,7 @@ Here we create a temporary syntax table in order to add $ to symbols." (`annotation (company-phpactor--annotation arg)) (`interactive (company-begin-backend 'company-phpactor)) (`prefix (company-phpactor--grab-symbol)) - (`candidates (company-phpactor--get-candidates)))))) + (`candidates (all-completions arg (company-phpactor--get-candidates))))))) (provide 'company-phpactor) ;;; company-phpactor.el ends here