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