summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2021-04-18 22:09:49 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2021-04-18 22:09:49 +0200
commite5b4a6d6cee3959d7d057b62f4ccae7fcceb3e45 (patch)
tree848f4e9cc2940fa0d8f0276220db5f55c0d5d4b8
parent01c9f127facb1d91ea82ea30caa79da58a5ce7c0 (diff)
README: Update caveats
-rw-r--r--README.org4
1 files changed, 3 insertions, 1 deletions
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