src.elv.sh/pkg/edit.notifier.notifyf (method)

11 uses

	src.elv.sh/pkg/edit (current package)
		completion.go#L384: 			nt.notifyf(
		completion.go#L408: 			nt.notifyf("cannot create pipe to run completion matcher: %v", err)
		completion.go#L424: 			nt.notifyf(
		editor.go#L37: 	notifyf(format string, args ...interface{})
		key_binding.go#L86: 			nt.notifyf("[value out] %s", vals.Repr(v, vals.NoPretty))
		key_binding.go#L97: 					nt.notifyf("[bytes out] %s", line)
		key_binding.go#L100: 					nt.notifyf("[bytes error] %s", err)
		key_binding.go#L104: 			nt.notifyf("[bytes out] %s", line[:len(line)-1])
		prompt.go#L140: 			nt.notifyf("invalid output type from prompt: %s", vals.Kind(v))
		prompt.go#L156: 			nt.notifyf("error reading prompt byte output: %v", err)
		prompt.go#L165: 		nt.notifyf("cannot create pipe for prompt: %v", err)