We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac8de0 commit 160bebeCopy full SHA for 160bebe
go/type.go
@@ -40,19 +40,20 @@ type Cmd struct {
40
}
41
42
type VimNode struct {
43
- type_ int // type -> type_
44
- pos *pos
45
- left *VimNode
46
- right *VimNode
47
- cond *VimNode
48
- rest *VimNode
49
- list []*VimNode
50
- rlist []*VimNode
51
- body []*VimNode
52
- op string
53
- str string
54
- depth int
55
- value interface{}
+ type_ int // type -> type_
+ pos *pos
+ left *VimNode
+ right *VimNode
+ cond *VimNode
+ rest *VimNode
+ list []*VimNode
+ rlist []*VimNode
+ default_args []*VimNode
+ body []*VimNode
+ op string
+ str string
+ depth int
56
+ value interface{}
57
58
ea *ExArg
59
attr *FuncAttr
0 commit comments