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

4 uses

	src.elv.sh/pkg/edit (current package)
		key_binding.go#L64: 	notifyPort, cleanup := makeNotifyPort(nt)
		key_binding.go#L75: func makeNotifyPort(nt notifier) (*eval.Port, func()) {
		minibuf.go#L42: 	notifyPort, cleanup := makeNotifyPort(ed)
		prompt.go#L168: 	port2, done2 := makeNotifyPort(nt)