diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2021-04-18 22:09:49 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2021-04-18 22:09:49 +0200 |
| commit | e5b4a6d6cee3959d7d057b62f4ccae7fcceb3e45 (patch) | |
| tree | 848f4e9cc2940fa0d8f0276220db5f55c0d5d4b8 | |
| parent | 01c9f127facb1d91ea82ea30caa79da58a5ce7c0 (diff) | |
README: Update caveats
| -rw-r--r-- | README.org | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
