From a040f113c6884f03cd89884656631da0e21d03ac Mon Sep 17 00:00:00 2001 From: Gracjan Polak Date: Fri, 27 Mar 2015 21:43:38 +0100 Subject: [PATCH] Fix evil-mode results, --- haskell-repl.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/haskell-repl.el b/haskell-repl.el index d898e2388..51424bc31 100644 --- a/haskell-repl.el +++ b/haskell-repl.el @@ -36,6 +36,9 @@ (string (buffer-substring-no-properties haskell-interactive-mode-result-end (point)))) + ;; here we need to go to end of line again as evil-mode + ;; might hae managed to put us one char back + (goto-char (point-max)) (insert "\n") ;; Bring the marker forward (setq haskell-interactive-mode-result-end