mirror of
https://github.com/d0zingcat/rime_wanxiang.git
synced 2026-05-13 23:16:54 +00:00
fix: 超级注释放开末尾~,他代表单词未完全输入完成的尾部视觉提示
This commit is contained in:
@@ -496,7 +496,11 @@ function ZH.func(input, env)
|
||||
final_comment = fz_comment
|
||||
end
|
||||
else
|
||||
final_comment = ""
|
||||
if initial_comment and string.find(initial_comment, "~") then --保留尾部临时英文标记
|
||||
final_comment = initial_comment
|
||||
else
|
||||
final_comment = ""
|
||||
end
|
||||
end
|
||||
|
||||
-- ② 拆分注释
|
||||
|
||||
Reference in New Issue
Block a user