From c07994d42bd8dddbeb1445fabec82a5a25262584 Mon Sep 17 00:00:00 2001 From: harveyshao Date: Wed, 18 Jan 2023 17:02:05 +0800 Subject: [PATCH] opt onappend --- core/code/vimer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/code/vimer.go b/core/code/vimer.go index 145e8350..7da21c24 100644 --- a/core/code/vimer.go +++ b/core/code/vimer.go @@ -50,7 +50,7 @@ const VIMER = "vimer" func init() { Index.MergeCommands(ice.Commands{ - VIMER: {Name: "vimer path=src/@key file=main.go line=1 list", Help: "编辑器", Actions: ice.MergeActions(ice.Actions{ + VIMER: {Name: "vimer path=src/@key file=main.go line=1 list", Help: "编辑器", Meta: kit.Dict(ctx.STYLE, INNER), Actions: ice.MergeActions(ice.Actions{ mdb.INPUTS: {Hand: func(m *ice.Message, arg ...string) { switch m.Option(ctx.ACTION) { case web.DREAM, AUTOGEN, XTERM: