branch: elpa/aidermacs commit 4b462a20cd1b42f6907fd848b664f1a3ae954d3d Author: Kang Tu <kang...@apple.com> Commit: Kang Tu <kang...@apple.com>
fuzzy match support --- helm-aider.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-aider.el b/helm-aider.el index d5953bcbe0..8fcc9c904c 100644 --- a/helm-aider.el +++ b/helm-aider.el @@ -46,7 +46,7 @@ :history 'aider-helm-read-string-history :initial-input initial-input :default default-value - :fuzzy t))) ;; 添加模糊匹配支持 + :fuzzy t))) ;; fuzzy match ;; Add input to history if it's not empty (unless (string-empty-p input) (add-to-history 'aider-helm-read-string-history input))