func src.elv.sh/pkg/edit.newListVar

8 uses

	src.elv.sh/pkg/edit (current package)
		config_api.go#L43: 	hook := newListVar(vals.EmptyList)
		config_api.go#L56: 	hook := newListVar(vals.EmptyList)
		config_api.go#L76: 	filters := newListVar(vals.MakeList(ignoreLeadingSpace))
		config_api.go#L179: func newListVar(l vals.List) vars.PtrVar      { return vars.FromPtr(&l) }
		listing.go#L100: 	pinnedVar := newListVar(vals.EmptyList)
		listing.go#L101: 	hiddenVar := newListVar(vals.EmptyList)
		navigation.go#L105: 	widthRatioVar := newListVar(vals.MakeList(1.0, 3.0, 4.0))
		repl.go#L45: 	afterCommandHook := newListVar(vals.EmptyList)