Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • I love your answer, I have nothing against using norm. One last thing though. If I have a line like so: post="null" href="example.com" it will delete the second set of quotes that I'd like to keep, how can I use norm to possibly keep only quotes that have https inside of them? Commented Aug 29, 2022 at 17:31
  • Then probably regex solution would be simpler, @ex7lted, anyway, here it is with norm: %norm! /https^Mdi"Vp, where ^M should be placed as CTRL-V CTRL-M Commented Aug 29, 2022 at 17:37