How can you refer to the match in the command g
in Vim?
I would like to put X after the match without replacing the match.
For instance, in the following command without writing the create_title
twice.
:g/create_title/s/create_title/X/
You should get
create_titleX
by running the command to
create_tile