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

3 uses

	src.elv.sh/pkg/edit (current package)
		builtins.go#L225: 	"move-dot-right-word":       makeMove(moveDotRightWord),
		builtins.go#L239: 	"kill-word-right":       makeKill(moveDotRightWord),
		builtins.go#L405: func moveDotRightWord(buffer string, dot int) int {