Re: Search and replace options
I don't fully understand how the search and replace options work...
This is how (I think) it works in Vim (7.1.2):
:s/search/replace/ " Case sensitive search that replaces the first match
:s/search/replace/i " Case insensitive search that replaces the first match
:s/search/replace/Ig " Case sensitive search that replaces all matches
:s/search/replace/gc " Case sensitive search that replaces all matches but asks for confirmation before each replacement.
How does it work in ViEmu?
//Tobbe
Last edited by Tobbe (2007-12-17 17:26:15)