diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2025-11-09 08:52:56 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2025-11-09 08:53:05 +0100 |
| commit | 5fc23aa2839bf7392c83ae3a032d7a05c9cc2ff2 (patch) | |
| tree | f3b894aaead6fea51f27b98538bd88efccf0a7ff | |
| parent | 5982ad258f327dc4dd8618f35b8d4eb1372d0d89 (diff) | |
cape-wrap-choose: Add comment
| -rw-r--r-- | cape.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1025,6 +1025,9 @@ Usually you want to add multiple non-exclusive Capfs to the variable (pt (- (point) beg)) (pred (plist-get plist :predicate)) (md (completion-metadata (substring str 0 pt) table pred))) + ;; NOTE: Treat the Capfs always as non-exclusive. Return the first which + ;; returns a non-nil result. See the comment in `corfu--capf-wrapper' + ;; for further considerations. (and (completion-try-completion str table pred pt md) result)))))) |
