How would you search for the following string in vim?
http://my.url.com/a/b/c
I\'ve tried (a la Very No Magic)
:/\\Vhttp://
Searching in vim is just /, not :/. You can search for that string escaping only the slashes: /http:\/\/my.url.com\/a\/b\/c
/
:/
/http:\/\/my.url.com\/a\/b\/c