From 0673f3fab2c82e4c81c0062822ffe814315d8ee1 Mon Sep 17 00:00:00 2001 From: amzxyz Date: Sat, 10 Jan 2026 18:32:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E5=A3=B0=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dicts/en.dict.yaml | 2 -- lua/super_english.lua | 1 - 2 files changed, 3 deletions(-) diff --git a/dicts/en.dict.yaml b/dicts/en.dict.yaml index 197cf50..6772a0a 100644 --- a/dicts/en.dict.yaml +++ b/dicts/en.dict.yaml @@ -31256,9 +31256,7 @@ hyundai hyundai I I I'd I'd I'll I'll -i'm i'm I'm I'm -i've i've I've I've i.e. i.e i18n i18n diff --git a/lua/super_english.lua b/lua/super_english.lua index ead682a..1846a88 100644 --- a/lua/super_english.lua +++ b/lua/super_english.lua @@ -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