mirror of
https://github.com/d0zingcat/rime_wanxiang.git
synced 2026-05-13 15:10:03 +00:00
fix: 挽救一次失誤
This commit is contained in:
@@ -269,7 +269,7 @@ function M.init(env)
|
||||
local mode = config:get_string(entry_path .. "/mode") or "append"
|
||||
local comment_mode = config:get_string(entry_path .. "/comment_mode")
|
||||
if not comment_mode then comment_mode = "comment" end
|
||||
local fmm = config:get_bool(entry_path .. "/fmm")
|
||||
local fmm = config:get_bool(entry_path .. "/sentence")
|
||||
if fmm == nil then fmm = false end
|
||||
|
||||
insert(env.types, {
|
||||
|
||||
Reference in New Issue
Block a user