<div dir="ltr"><div>Perfect! Now what do I do with my evening? :)<br></div>-deech<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, May 3, 2013 at 5:51 PM, Michael Markert <span dir="ltr">&lt;<a href="mailto:markert.michael@gmail.com" target="_blank">markert.michael@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Sat, May 04 2013 (00:12), Barry OReilly &lt;<a href="mailto:gundaetiapo@gmail.com">gundaetiapo@gmail.com</a>&gt; wrote:<br>


<br>
&gt; On Fri, May 3, 2013 at 4:00 PM, aditya siram &lt;<a href="mailto:aditya.siram@gmail.com">aditya.siram@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; I&#39;m working on a patch to evil where searching for a word with &#39;/&#39; allows<br>
&gt;&gt; me to stop at a partial match.<br>
&gt;&gt;<br>
&gt;&gt; For example, given:<br>
&gt;&gt; &quot;The wor^d I am looking for is abcd&quot;.<br>
&gt;&gt; where &#39;^&#39; represents point, if I type &#39;/&#39; &#39;abce&#39;, &#39;abc&#39; is highlighted.<br>
&gt;&gt; When I hit RETURN or C-g I want point to go to the beginning of that<br>
&gt;&gt; partial match and not jump back to where my search started.<br>
&gt;&gt;<br>
&gt;<br>
&gt; It sounds like the wrong behavior to me, because &quot;abce&quot; doesn&#39;t match<br>
&gt; &quot;abc&quot;. I probably misunderstood you.<br>
<br>
</div></div>No it does not match, but Isearch (and therefore the current default<br>
search of evil) stops here if &quot;abce&quot; does not occur in the buffer<br>
because it matched the previous input &quot;abc&quot;.<br>
<br>
I liked the idea so I put it into my config:<br>
<a href="https://github.com/cofi/dotfiles/commit/13bca2e2503653fb0137a4216535d4505c3cb100" target="_blank">https://github.com/cofi/dotfiles/commit/13bca2e2503653fb0137a4216535d4505c3cb100</a><br>
<br>
(Popping the mark returns to start, as usual, so C-o or C-x C-SPC)<br>
<br>
BUT I don&#39;t think RET or even C-g are a good choice for keys. And then<br>
I&#39;m unsure if it should be included into evil.<br>
<span class="HOEnZb"><font color="#888888"><br>
Michael<br>
</font></span><br>_______________________________________________<br>
implementations-list mailing list<br>
<a href="mailto:implementations-list@lists.ourproject.org">implementations-list@lists.ourproject.org</a><br>
<a href="https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list" target="_blank">https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list</a><br>
<br></blockquote></div><br></div>