From e5b4a6d6cee3959d7d057b62f4ccae7fcceb3e45 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Sun, 18 Apr 2021 22:09:49 +0200 Subject: README: Update caveats --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 7efef38..c3145a7 100644 --- a/README.org +++ b/README.org @@ -131,10 +131,12 @@ works correctly. There are a few known technical caveats. - The abort handling could be improved, for example the input could be undone. - The ~completion-in-region-mode-predicate~ is ignored in order to give the completion style full control. The predicate asks the backend if - if the starting point of the completion changed. + the starting point of the completion changed. - Completion is terminated if there are no matches. Add optional confirmation? - Company kind icons and metadata are not supported (~company-kind~, ~company-docsig~) - No support for multi-backends like Company (Implement a multi-capf?) +- No support for sorting by history, since ~completion-at-point~ does not + maintain a history (See branch =history= for a possible solution). * Contributions -- cgit v1.0