branch: externals/pyim commit 1b9dfdca3bbc7b7645f30a3b9824832b7e8407d0 Author: Feng Shu <tuma...@163.com> Commit: Feng Shu <tuma...@163.com>
Cleanup pyim-outcome-subword-info in pyim-process-input-method. --- pyim-process.el | 1 + 1 file changed, 1 insertion(+) diff --git a/pyim-process.el b/pyim-process.el index cb921aa8af..ddbb241c44 100644 --- a/pyim-process.el +++ b/pyim-process.el @@ -320,6 +320,7 @@ imobj 组合构成在一起,构成了 imobjs 这个概念。比如: (defun pyim-process--cleanup-input-output () (pyim-entered-erase-buffer) + (setq pyim-outcome-subword-info nil) (setq pyim-outcome-history nil)) (defun pyim-process--translating-p ()