diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2021-11-16 14:05:24 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2021-11-16 14:05:24 +0100 |
| commit | e8c48bab52f8d31c7800e316fa66a7fabae8408b (patch) | |
| tree | 7ed5d3f3a8040db06f69d9b7c0c56d5b4068695f | |
| parent | 722e4ba4d6057e622348e33b180aa7feb9071c78 (diff) | |
README: Update caveats
| -rw-r--r-- | README.org | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -166,6 +166,12 @@ - The abort handling could be improved, for example the input could be undone. - No sorting by history, since ~completion-at-point~ does not maintain a history (See branch =history= for a possible solution). + - There is currently no equivalent for =company-quickhelp=. Documentation and source + can be opened manually in a separate buffer. + - Company has the ability to merge and present the candidates of multiple backends + at the same time in some limited scenarios. This feature is currently missing + in the Capf backend mechanism, but it should be possible to implement a super Capf, + which can merge multiple Capfs. * Contributions |
