Hello,
I just started using vedit today and here is my first question. Let's say I am editing following 4 lines of code:
abc 123 abcd abc
ABC dAbc
abcABC aBC
ABcd abcD ABC AbCd
I am trying to search for word "abc" ignoring case, and I want vedit can highlight all matched results (5 matches in this example) no matter it is from bottom or from above.
How can I do that? Thanks.