You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
z/edit.go

17 lines
308 B
Go

package main
/*
// TODO create a bonzai branch for this and use comp.YAMLConfKeys as
// completer.
var edit = &Z.Cmd{
Name: `edit`,
Summary: `edit common files with preferred editor and completion`,
Commands: []*Z.Cmd{help.Cmd},
Call: func(x *Z.Cmd, args ...string) error {
return nil
},
}
*/