mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-13 01:47:51 +08:00
edit/history/histutil -> cli/histutil
This commit is contained in:
parent
9f969d04be
commit
41852721d6
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user