<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:΢ÈíÑźÚ
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi,<div><br></div><div>I isntalled evil-mode version&nbsp;20150511.146 from melpa yesterday. I tried the following command line</div><div><br></div><div><i>:%s/get-line/getLine/</i></div><div><br></div><div>As you can see from the attached picture, the last match was not highlighted (and not replaced when I hit Enter). I have haskell-mode installed and was editing a simple haskell file. Below is the source code. The green text was the one missed by the command.</div><div><br></div><div><div><i>getLines :: (Num a) =&gt; [String] -&gt; a -&gt; [String]</i></div><div><i>getLines [] n = []</i></div><div><i>getLines xs@(x:_) n</i></div><div><i>&nbsp; | length xs &lt; n = [] -- Ignore remainder</i></div><div><i>&nbsp; | otherwise &nbsp; &nbsp; = (get-line (take n xs)) : (getLines (drop n xs))</i></div><div><i><br></i></div><div><i>get-line :: [String] -&gt; String</i></div><div><i>get-line [] = "\n"</i></div><div><i>get-line (x:xs) = (show x) + "," + <span style="background-color: rgb(0, 255, 0);">(get-line</span> xs)</i></div><div><br></div></div><div><br></div><div>Best regards,</div><div>Xiaogang</div><div><br></div><div><br></div>                                               </div></body>
</html>