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

4 uses

	src.elv.sh/pkg/edit (current package)
		builtins.go#L406: 	return moveDotRightGeneralWord(categorizeWord, buffer, dot)
		builtins.go#L439: 	return moveDotRightGeneralWord(tk.CategorizeSmallWord, buffer, dot)
		builtins.go#L463: 	return moveDotRightGeneralWord(categorizeAlnum, buffer, dot)
		builtins.go#L556: func moveDotRightGeneralWord(categorize categorizer, buffer string, dot int) int {