vim cannot replace double quotes
by walterbyrd from LinuxQuestions.org on (#581KH)
Code:<p>This privacy policy (policy") will help you understand how thissite.com (us", we", our") uses and protects the data you provide to us when you visit and use thissite.com (website", service").</p>HTML needs the " replaced with " so I have tried:
Code::%s/\"/"/gand
Code::%s/"/"/gBut I keep getting the error: Code:E486: Pattern not found: \" or Code:E486: Pattern not found "Why can it not find the pattern?


Code::%s/\"/"/gand
Code::%s/"/"/gBut I keep getting the error: Code:E486: Pattern not found: \" or Code:E486: Pattern not found "Why can it not find the pattern?