edit/history/histutil -> cli/histutil

This commit is contained in:
Qi Xiao 2019-04-28 13:53:05 +01:00
parent 9f969d04be
commit 41852721d6
13 changed files with 4 additions and 4 deletions

View File

@ -6,8 +6,8 @@ import (
"strconv"
"strings"
"github.com/elves/elvish/cli/histutil"
"github.com/elves/elvish/edit/eddefs"
"github.com/elves/elvish/edit/history/histutil"
"github.com/elves/elvish/edit/ui"
)

View File

@ -7,8 +7,8 @@ import (
"strings"
"sync"
"github.com/elves/elvish/cli/histutil"
"github.com/elves/elvish/edit/eddefs"
"github.com/elves/elvish/edit/history/histutil"
"github.com/elves/elvish/edit/ui"
"github.com/elves/elvish/eval"
"github.com/elves/elvish/eval/vals"

View File

@ -5,7 +5,7 @@ import (
"os"
"github.com/elves/elvish/cli/clicore"
"github.com/elves/elvish/edit/history/histutil"
"github.com/elves/elvish/cli/histutil"
"github.com/elves/elvish/eval"
"github.com/elves/elvish/eval/vars"
"github.com/elves/elvish/newedit/highlight"

View File

@ -7,7 +7,7 @@ import (
"github.com/elves/elvish/edit/ui"
"github.com/elves/elvish/cli/clitypes"
"github.com/elves/elvish/edit/history/histutil"
"github.com/elves/elvish/cli/histutil"
"github.com/elves/elvish/eval"
"github.com/elves/elvish/newedit/listing"
)