linux - How to search </string> in vim? -


i want search in vim,

/</string> 

but didn't work, how can match "</string>"?

an alternative escaping slash (\/) use backward-search: ?</string> (and navigating next matches n instead of n).


Comments

Popular posts from this blog

c++ - End of file on pipe magic during open -

basic authentication with http post params android -

data.table making a copy of table in R -