mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-05 03:17:50 +08:00
EvalCtx -> Frame
This commit is contained in:
parent
f0e66e1f1f
commit
0ec8f411af
|
@ -9,7 +9,7 @@ import (
|
|||
"github.com/elves/elvish/parse"
|
||||
)
|
||||
|
||||
// LValuesOp is an operation on an EvalCtx that produce Variable's.
|
||||
// LValuesOp is an operation on an Frame that produce Variable's.
|
||||
type LValuesOp struct {
|
||||
Func LValuesOpFunc
|
||||
Begin, End int
|
||||
|
|
|
@ -10,7 +10,7 @@ import (
|
|||
"github.com/elves/elvish/parse"
|
||||
)
|
||||
|
||||
// Op is an operation on an EvalCtx.
|
||||
// Op is an operation on an Frame.
|
||||
type Op struct {
|
||||
Func OpFunc
|
||||
Begin, End int
|
||||
|
|
|
@ -18,7 +18,7 @@ import (
|
|||
|
||||
var outputCaptureBufferSize = 16
|
||||
|
||||
// ValuesOp is an operation on an EvalCtx that produce Value's.
|
||||
// ValuesOp is an operation on an Frame that produce Value's.
|
||||
type ValuesOp struct {
|
||||
Func ValuesOpFunc
|
||||
Begin, End int
|
||||
|
|
Loading…
Reference in New Issue
Block a user