diff options
Diffstat (limited to 'ui/cli.go')
-rw-r--r-- | ui/cli.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ outer: if len(input) < 2 { break } - c.ed.Current().Write([]byte(strings.Join(input[1:], " "))) + //c.ed.Current().Write([]byte(strings.Join(input[1:], " "))) default: fmt.Println("?") } |