Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions haskell-repl.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down