From dd0a98a73e95b052448e15985729a3871e04b42d Mon Sep 17 00:00:00 2001 From: shaoying Date: Tue, 4 Oct 2022 08:29:04 +0800 Subject: [PATCH] opt some --- core/code/vimer.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/code/vimer.go b/core/code/vimer.go index d72c1fc2..ad3b6ae1 100644 --- a/core/code/vimer.go +++ b/core/code/vimer.go @@ -48,6 +48,9 @@ func init() { switch m.Option(ctx.ACTION) { case AUTOGEN, web.DREAM, XTERM: m.Cmdy(m.Option(ctx.ACTION), mdb.INPUTS, arg) + case "extension": + nfs.DirDeepAll(m, "usr/volcanos/plugin/local/code/", "inner/", nil, nfs.PATH) + default: switch arg[0] { case ctx.INDEX: