The easiest way would be to allow arbitrary text in front of the match, and specify the matched region using \zs
:
:%s/.*\zsone/two/
The easiest way would be to allow arbitrary text in front of the match, and specify the matched region using \zs
:
:%s/.*\zsone/two/