<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><br>Hello,&nbsp; <br>Vim has an option&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; set&nbsp; gdefault<br>to include the g option as default in the substitute :s command, i.e.&nbsp; to write:<br>&nbsp;&nbsp; 1)&nbsp;&nbsp; :%s/pattern/replace<br>but meaning instead<br>&nbsp;&nbsp; 2)&nbsp;&nbsp; :%s/pattern/replace/g<br>Also IIRC&nbsp; gdefault reverses the effect of g, ie. adding it results in command 1). <br><br>Is there a way to set the same option in Evil?<br><br>Thank you and great work with Evil,<br>Giovanni Maggiorani<br></div></div></body></html>