From 0a08cbed18913a22a2e8660d4b077388472e71d8 Mon Sep 17 00:00:00 2001 From: amzxyz Date: Wed, 7 Jan 2026 14:56:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20/=E5=91=BD=E4=BB=A4=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E4=B8=8D=E6=B4=BE=E7=94=9F=E5=80=99=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/super_english.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/super_english.lua b/lua/super_english.lua index e1e9707..2bd8cb1 100644 --- a/lua/super_english.lua +++ b/lua/super_english.lua @@ -455,7 +455,8 @@ function F.func(input, env) if not has_valid_candidate then -- 如果设置了拦截标志 (意味着刚刚从反查模式退出来),则即使有记忆也不派生! if env.block_derivation then return end - if not has_letters(curr_input) then return end + if find(curr_input, "^[/]") then return end + if not has_letters(curr_input) then return end local anchor = nil local diff = ""