Skip to content

Instantly share code, notes, and snippets.

@y-yagi
Created January 30, 2012 05:24
Show Gist options
  • Select an option

  • Save y-yagi/1702716 to your computer and use it in GitHub Desktop.

Select an option

Save y-yagi/1702716 to your computer and use it in GitHub Desktop.
vim minimal match sample
%s/name=\(".\{-}"\)/name=\1 id=\1/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment