Skip to content

Commit

Permalink
Bugfix for rime-inline-ascii-holder
Browse files Browse the repository at this point in the history
  • Loading branch information
shitianshu committed Oct 12, 2020
1 parent 24a0952 commit d2e2f65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rime.el
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,7 @@ By default the input-method will not handle DEL, so we need this command."
(let ((should-inline-ascii (rime--should-inline-ascii-p))
(inline-ascii-prefix nil))
(when (and should-inline-ascii rime-inline-ascii-holder
(not (equal 32 rime--current-input-key))
(string-blank-p (rime-lib-get-input)))
(rime-lib-process-key rime-inline-ascii-holder 0)
(rime--inline-ascii)
Expand Down

0 comments on commit d2e2f65

Please sign in to comment.