On 10/19/06, Yakov Lerner <[EMAIL PROTECTED]> wrote:
I want to redefine * such that if next match is not found, it does # instead (goes to previous match).Also, I want to redefine # so that is previoue match is not found, it does * instead. How to do do it ? I want it to be independent of 'wrapscan' option (I have 'nowrapscan' always, anyway).
ok, I solved this. please ignore. Yakov