<div dir="ltr">I do not understand how negative indexing and search interact with each other. I created a file that contains a single line with alphabets from "a" to "z". It seems that after I have performed negative indexing, I can no longer search reliably.<div><br></div><div>The search in the following magic does not work.<div><br></div><div>0       string          abc             abc<br>>-4     string          xyz             xyz<br>>0      search          opq             opq<br></div></div><div><br></div><div>However, the search does work if I reverse the order.</div><div><br>0       string          abc             abc<br>>0      search          opq             opq<br></div><div>>-4     string          xyz             xyz<br></div><div><br></div><div>Is this expected behaviour or have I encountered a bug?</div><div><br></div><div>  --Toni</div><div><br></div></div>