mirror of
https://github.com/d0zingcat/rime_wanxiang.git
synced 2026-06-04 23:26:49 +00:00
fix: 移除多余声明
This commit is contained in:
@@ -152,7 +152,6 @@ local function restore_sentence_spacing(cand, split_pattern, check_pattern)
|
||||
table.insert(parts, sub(text, current_s, chunk_end))
|
||||
end
|
||||
|
||||
local new_text = table.concat(parts, " ")
|
||||
local new_text = ""
|
||||
for i, part in ipairs(parts) do
|
||||
if i == 1 then
|
||||
|
||||
Reference in New Issue
Block a user