src.elv.sh/pkg/edit.Editor.excList (field)

6 uses

	src.elv.sh/pkg/edit (current package)
		editor.go#L26: 	excList  vals.List
		editor.go#L47: 	ed := &Editor{excList: vals.EmptyList}
		editor.go#L94: 	nb.Add("exceptions", vars.FromPtrWithMutex(&ed.excList, &ed.excMutex))
		editor.go#L133: 		ed.excList = ed.excList.Cons(exc)
		editor.go#L136: 			ctx, e, ed.excList.Len()-1)