From 2088f701e9e5e6efd973a94881ecebe892cc41be Mon Sep 17 00:00:00 2001 From: MysticalMusings <39690782+MysticalMusings@users.noreply.github.com> Date: Sat, 17 Jan 2026 14:12:41 +0800 Subject: [PATCH] =?UTF-8?q?fix(lua):=20=E4=BF=AE=E5=A4=8D=E5=B0=8F?= =?UTF-8?q?=E9=94=AE=E7=9B=98=E6=95=B0=E5=AD=97=E5=9C=A8commit=5Ftext?= =?UTF-8?q?=E6=97=B6=E5=AF=BC=E8=87=B4PSReadLine=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/kp_number_processor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/kp_number_processor.lua b/lua/kp_number_processor.lua index 78d9bb8..7017482 100644 --- a/lua/kp_number_processor.lua +++ b/lua/kp_number_processor.lua @@ -120,7 +120,7 @@ function P.func(key, env) if context.push_input then context:push_input(ch) else context.input = (context.input or "") .. ch end else - env.engine:commit_text(ch) + return wanxiang.RIME_PROCESS_RESULTS.kNoop end else -- compose if context.push_input then context:push_input(ch)