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). Yakov