/ Published in: Other
Does a search and replace to make all % on the line %% (ignores any %'s already escaped)
Expand |
Embed | Plain Text
:s/[%]\{-1}/%%/g
You need to login to post a comment.
Does a search and replace to make all % on the line %% (ignores any %'s already escaped)
:s/[%]\{-1}/%%/g
You need to login to post a comment.