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:
parent
4651df6530
commit
778f849450
1 changed files with 1 additions and 1 deletions
|
@ -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))))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue