<div dir="ltr">I&#39;m working on a patch to evil where searching for a word with &#39;/&#39; allows me to stop at a partial match. <div><br></div><div style>For example, given:</div><div style>&quot;The wor^d I am looking for is abcd&quot;.</div>

<div style>where &#39;^&#39; represents point, if I type &#39;/&#39; &#39;abce&#39;, &#39;abc&#39; is highlighted. When I hit RETURN or C-g I want point to go to the beginning of that partial match and not jump back to where my search started. </div>

<div style><br></div><div style>Does this seem like a useful idea?</div><div style>Thanks!</div><div style>-deech</div></div>