Hot to make Vim's global command :g/ work on per occurrence basis.
- by holoduke
Typically Vim's global command :g// works on per line basis. Is it possible to make it work on per occurrence basis as there could be more than one occurrence on a line.