From 6a53e6406cf79c4ea5e1834400b3b120c86d5326 Mon Sep 17 00:00:00 2001 From: Cheney Date: Sun, 27 Sep 2015 10:22:53 +0800 Subject: [PATCH] remove test code --- operation.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/operation.go b/operation.go index 9e337de..85251a2 100644 --- a/operation.go +++ b/operation.go @@ -75,8 +75,6 @@ func (o *Operation) ioloop() { } switch r { - case 'i': - o.buf.Clean() case CharCancel: if o.IsSearchMode() { o.ExitSearchMode(true)