October 2012
346 pages
7h 40m
English
| Tip 78 | Escape Problem Characters |
The \V literal switch makes it easier to search for text verbatim because it disables the special meanings for the ., +, and * symbols, but there are a few characters whose special meaning can’t be turned off. In this advanced tip, we’ll look at how to handle these.
Take this excerpt from a Markdown document (the true URL is at vimdoc.sourceforge.net,[22] but it has been abbreviated here to fit):
| patterns/search-url.markdown | |
| | Search items: [http://vimdoc.net/search?q=/\\][s] |
| | ... |
| | [s]: http://vimdoc.net/search?q=/\\ |
Suppose that we want to search for all instances of the URL http://vimdoc.net/search?q=/\\. Rather than typing it out in full, we’ll just yank it into ...
Read now
Unlock full access