fix issue #1
This commit is contained in:
parent
4facde5235
commit
564f33ba27
@ -219,6 +219,10 @@ the value of [SYM]-default."
|
|||||||
(setq curr-str (concat curr-str str))
|
(setq curr-str (concat curr-str str))
|
||||||
(setq state 1))))))
|
(setq state 1))))))
|
||||||
(forward-char 1))
|
(forward-char 1))
|
||||||
|
;; push CJK char at the end of buffer to boxes
|
||||||
|
(when prev-str
|
||||||
|
(push prev-str boxes))
|
||||||
|
;; push latin word at the end of buffer to boxes
|
||||||
(when curr-str
|
(when curr-str
|
||||||
(push curr-str boxes))
|
(push curr-str boxes))
|
||||||
(vconcat (nreverse boxes)))))
|
(vconcat (nreverse boxes)))))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user