We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这是我的 fuz 配置:
(require 'fuz) (unless (require 'fuz-core nil t) (fuz-build-and-load-dymod)) (with-eval-after-load 'helm (require 'helm-fuz) (helm-fuz-mode))
这个问题在我本地编辑一个 shell 脚本的时候可以稳定重现.
https://gist.github.com/zw963/c37f21b8a5605a253558d711f2ad6718#file-sequel_migration-sh-L22
上面的代码, 第 13 列, 当输入 BASH_RE 的时候, 当输入 RE 的部分, emacs 非常卡, 响应很慢.
图片示例:
这是我反复编辑几次之后的 profile 结果:
停止加载 fuz 以及 helm-fuz 之后, 问题消失.
谢谢.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
这是我的 fuz 配置:
这个问题在我本地编辑一个 shell 脚本的时候可以稳定重现.
https://gist.github.com/zw963/c37f21b8a5605a253558d711f2ad6718#file-sequel_migration-sh-L22
上面的代码, 第 13 列, 当输入 BASH_RE 的时候, 当输入 RE 的部分, emacs 非常卡, 响应很慢.
图片示例:
这是我反复编辑几次之后的 profile 结果:
停止加载 fuz 以及 helm-fuz 之后, 问题消失.
谢谢.
The text was updated successfully, but these errors were encountered: