Hot to make Vim's global command :g/ work on per occurrence basis.

Posted by holoduke on Stack Overflow See other posts from Stack Overflow or by holoduke
Published on 2010-06-02T08:22:17Z Indexed on 2010/06/02 8:23 UTC
Read the original article Hit count: 111

Filed under:

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.

© Stack Overflow or respective owner

Related posts about vim