I tried the following code unsuccessfully
:%s/{car,beatles}/mas/g
How can I replace car and beatles with mas in Vim with a single command?
This should work:
:%s/\(car\|beatles\)/mas/g
Stack Overflow is a collaboratively edited question and answer site for programmers – regardless of platform or language. It's 100% free, no registration required.
about » faq »
tagged
asked
9 months ago
viewed
125 times
latest activity