At the moment the refactor just replaces the one occurance that is highlighted. It would be nicer if it replaced all occurances in the file... perhaps we could have an option for it.
It might be enough to just yank the text and then drop it into a :%s/<CRTL-R>/replacementText/g command.
At the moment the refactor just replaces the one occurance that is highlighted. It would be nicer if it replaced all occurances in the file... perhaps we could have an option for it.
It might be enough to just yank the text and then drop it into a
:%s/<CRTL-R>/replacementText/gcommand.