[fixed bugs in Offset and complete regex as offsets paolo.veronelli@gmail.com**20080131181648] { hunk ./Buffer.hs 44 - ins xs w = prev w >>= add xs + ins xs w = prev w >>= add xs >>= next hunk ./Engine.hs 25 + deriving Show hunk ./Engine.hs 28 -distance (Line m) Begin = m -distance (End m) (Line n) = m - n -distance (End m) Begin = m +distance Begin (Line m) = m +distance (Line n) (End m) = m - n +distance Begin (End m) = m hunk ./Engine.hs 66 - -- | Addretillend t ++ fromstart t ss the prev line + -- | Address the prev line hunk ./Eval.hs 31 +eval (CC NoCommand (ORR (Range o1 o2))) = jumpE o2 >>= putfile hunk ./Offset.hs 16 -jumpE LastLine = through end +jumpE LastLine = through Engine.last hunk ./Offset.hs 36 - return (distance (pos w2) (pos w1) , w1) + return (distance (pos w1) (pos w2) , w1) hunk ./Parser.hs 90 - nocomm = eof >> return (\r -> acceptOffsetOnly NoCommand r >> return NoCommand) + nocomm = eof >> rconst NoCommand hunk ./docs/Engine.html 511 +>show/hide Instances
Show Pos
Addretillend t ++ fromstart t ss the prev line +>Address the prev line }