<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 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) => [String] -> a -> [String]</i></div><div><i>getLines [] n = []</i></div><div><i>getLines xs@(x:_) n</i></div><div><i> | length xs < n = [] -- Ignore remainder</i></div><div><i> | otherwise = (get-line (take n xs)) : (getLines (drop n xs))</i></div><div><i><br></i></div><div><i>get-line :: [String] -> 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>