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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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))))))