From e5e9eed0ebb7f63fb9cd111495220024c350879c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 7 Jul 2016 23:09:07 +0200 Subject: =?UTF-8?q?Don=C2=B4t=20break=20words=20on=20prime=20(due=20to=20s?= =?UTF-8?q?pawn')?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Main.hs b/src/Main.hs index bddc85e..75f379b 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -102,7 +102,7 @@ main = do , cmd "log" dumpLog "Print the combat log" , cmd "val" printVal "Find the distribution of a specific value of the current entities" ] - , wordBreakChars = wordBreakChars initialShellDescription \\ [','] + , wordBreakChars = wordBreakChars initialShellDescription \\ [',', '\''] } void $ runShell description haskelineBackend (def :: GameState) -- cgit v1.2.3