From 778f8494505a1525a6b201496cef51c034a2f865 Mon Sep 17 00:00:00 2001 From: GuangTao Zhang Date: Thu, 23 Feb 2023 19:51:28 -0800 Subject: [PATCH] fix(chinese): update pyim-cregexp-build func Pyim has replaced `pyim-cregexp-build-regexp-string` with `pyim-cregexp-build`. Ref: tumashu/pyim#468 --- modules/input/chinese/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/input/chinese/config.el b/modules/input/chinese/config.el index 5471fa021..f256fb66c 100644 --- a/modules/input/chinese/config.el +++ b/modules/input/chinese/config.el @@ -22,7 +22,7 @@ :filter-return (if (modulep! :editor evil +everywhere) #'evil-pinyin--build-regexp-string - #'pyim-cregexp-build-regexp-string))) + #'pyim-cregexp-build))) ((modulep! :completion ivy) (setq ivy-re-builders-alist '((t . pyim-cregexp-ivy))))))