Vi: Search for lines containing string1 as well as string2 -
i know how search single expression. how combine two?
/string1 & string2
you'd use .*string1\&.*string2
http://vim.wikia.com/wiki/search_patterns has many tips, @ least vim.
i know how search single expression. how combine two?
/string1 & string2
you'd use .*string1\&.*string2
http://vim.wikia.com/wiki/search_patterns has many tips, @ least vim.
Comments
Post a Comment