Thanks for the information! One small correction, to change to uppercase needs to find lowercase characters: :%s/[a-z]/\U&/g
Thanks for the information!
One small correction, to change to uppercase needs to find lowercase characters:
:%s/[a-z]/\U&/g