Documentation ¶
Index ¶
Constants ¶
View Source
const ( SID = "sid" ARG = "arg" SUB = "sub" PRE = "pre" PWD = "pwd" BUF = "buf" ROW = "row" COL = "col" )
View Source
const FAVOR = "favor"
View Source
const INPUT = "input"
View Source
const SESS = "sess"
View Source
const SYNC = "sync"
View Source
const TAGS = "tags"
View Source
const VIM = "vim"
View Source
const VIMRC = "vimrc"
Variables ¶
View Source
var Index = &ice.Context{Name: VIM, Help: "编辑器", Commands: ice.Commands{ VIM: {Name: "vim path auto order build download", Help: "编辑器", Actions: ice.MergeActions(ice.Actions{ cli.BUILD: {Hand: func(m *ice.Message, arg ...string) { m.Cmdy(code.INSTALL, cli.BUILD, m.Config(nfs.SOURCE), "--enable-multibyte=yes", "--enable-cscope=yes", "--enable-luainterp=yes", "--enable-pythoninterp=yes") }}, }, code.InstallAction(nfs.SOURCE, "http://mirrors.tencent.com/macports/distfiles/vim/vim-8.2.2681.tar.gz")), Hand: func(m *ice.Message, arg ...string) { m.Cmdy(code.INSTALL, m.ConfigSimple(nfs.SOURCE), arg) }}, }}
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.