summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-31Add corfu-history and corfu-info extensionsextensionsDaniel Mendler
2022-03-23README: Expand Tab-n-go sectionDaniel Mendler
2022-03-12Remove obsolete variableDaniel Mendler
2022-03-11corfu--in-region: Handle case when no completion candidates are returnedDaniel Mendler
2022-03-08Version 0.200.20Daniel Mendler
2022-03-01README: Update features listDaniel Mendler
2022-03-01Reintroduce corfu-quit-at-boundary (Fix #138)Daniel Mendler
2022-02-28README updatesDaniel Mendler
2022-02-25Ensure that annotations don't fall off the popup (Fix #135)Daniel Mendler
2022-02-21corfu-echo-documentation: Add back support for value tDaniel Mendler
2022-02-21SimplificationsDaniel Mendler
2022-02-21Delay docsig function call with timer (#132)JD Smith
* Delay docsig function call with timer * Generalize corfu-echo-documentation to allow (initial subsequent) * Change corfu-echo-documentation default
2022-02-20Do not check the completion predicate on continue commands (Fix #130)Daniel Mendler
2022-02-17corfu--capf-wrapper: During auto complete, check the completion prefix early onDaniel Mendler
It turns out that for non-exclusive Capfs, the completion table was still called during the exclusivity check despite a larger prefix length `corfu-prefix`. Most of the sanity checking is also moved to the `corfu--capf-wrapper` now. See the discussion in #115. Thank you, @ronniedroid!
2022-02-13README: SimplifyDaniel Mendler
2022-02-12Increase corfu-echo-documentation to 1.0 by defaultDaniel Mendler
2022-02-12Redisplay popup after preview overlay to avoid flickerDaniel Mendler
2022-02-12Rename corfu-insert-single to corfu-on-exact-match (See #109)Daniel Mendler
2022-02-12Update READMEDaniel Mendler
2022-02-12Add corfu-insert-single configuration option (Fix #109)Daniel Mendler
2022-02-12Remove corfu-commit-predicate, introduce value `insert' for ↵Daniel Mendler
corfu-preview-current
2022-02-12README: Improve orderless documentationDaniel Mendler
2022-02-12README: Improve documentation regarding Orderless completionDaniel Mendler
2022-02-12Version 0.190.19Daniel Mendler
2022-02-08README: Slight rewordingDaniel Mendler
2022-02-08README: Document improved shell configuration, corfu-insert-and-sendDaniel Mendler
2022-02-08README: Document transfer to the minibufferDaniel Mendler
2022-02-07Fix doc for restoring default behavior (#124)JD Smith
2022-02-07It seems (redisplay 'force) is neededDaniel Mendler
2022-02-07Avoid warning if x-gtk-resize-child-frames is missing (Fix #123)Daniel Mendler
2022-02-07corfu-insert-separator: Add completion-predicateDaniel Mendler
2022-02-07corfu-quit-no-match: Remove support for seconds (#122)Daniel Mendler
* corfu-quit-no-match: Remove support for seconds * corfu-quit-no-match: Support value 'separator * README updates
2022-02-07Use separator character for boundary quit logic and prefix sort (#120)JD Smith
* Use separator character for boundary quit logic * Use corfu-separator-char for prefix sorting * Document corfu-separator-char and orderless-auto setup * Revert WS changes * Prefer space for indent * Use \?s * Sort by prefix truncation at separator * Support nil separator * Comment boundary/separator logic * Bind M-SPC by default * Small prefix search optimization * Revert "Small prefix search optimization" This reverts commit fe491a5a570d3874abe1e1ed3e58d2be4c2f6f89. * ws fixes * Renaming * README updates * ws changes * readme typo Co-authored-by: Daniel Mendler <mail@daniel-mendler.de>
2022-02-06Yet another try to force redisplayDaniel Mendler
2022-02-04README: Fix typoDaniel Mendler
2022-02-03Fix condition in post command hookDaniel Mendler
2022-02-03SimplificationDaniel Mendler
2022-02-03README: Add short section about auto completion (See #109)Daniel Mendler
2022-02-03Only quit if (= beg end) and not initializingDaniel Mendler
2022-02-03Quit on empty inputDaniel Mendler
2022-01-310.180.18Daniel Mendler
2022-01-31corfu--move-prefix-candidates-to-front: Respect completion-ignore-caseDaniel Mendler
See #113
2022-01-31Revert "Use the cycle-sort-function when cycling (Fix #113)"Daniel Mendler
This reverts commit 085eb192da194f90ebfa6b9e405fe8f459bd2205.
2022-01-30Use the cycle-sort-function when cycling (Fix #113)Daniel Mendler
2022-01-30Simplify window configuration handlingDaniel Mendler
2022-01-27README: ExpandDaniel Mendler
2022-01-27README: Recommend the pcmpl-args package!Daniel Mendler
2022-01-26Change the redisplay hackDaniel Mendler
2022-01-26Try another redisplay hack, defer the redisplayDaniel Mendler
2022-01-24Improve quitting behavior for auto completion (Fix #108)Daniel Mendler