fix(chinese): update pyim-cregexp-build func

Pyim has replaced `pyim-cregexp-build-regexp-string` with `pyim-cregexp-build`.

Ref: tumashu/pyim#468
This commit is contained in:
GuangTao Zhang
2023-02-23 19:51:28 -08:00
committed by GitHub
parent 4651df6530
commit 778f849450

View File

@ -22,7 +22,7 @@
:filter-return :filter-return
(if (modulep! :editor evil +everywhere) (if (modulep! :editor evil +everywhere)
#'evil-pinyin--build-regexp-string #'evil-pinyin--build-regexp-string
#'pyim-cregexp-build-regexp-string))) #'pyim-cregexp-build)))
((modulep! :completion ivy) ((modulep! :completion ivy)
(setq ivy-re-builders-alist '((t . pyim-cregexp-ivy)))))) (setq ivy-re-builders-alist '((t . pyim-cregexp-ivy))))))