vim search and replace


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. :let i=1 | g/foo/s//\=i."bar"/ | let i=i+1

Report this snippet


Comments


You need to login to view comments.