From 841a179d2880c032c99d372c798611aec244441c Mon Sep 17 00:00:00 2001 From: Araq Date: Fri, 3 Jul 2015 01:00:38 +0200 Subject: [PATCH] fixes #2633 --- compiler/main.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/main.nim b/compiler/main.nim index a01b6fe4fd..6bac4b77ae 100644 --- a/compiler/main.nim +++ b/compiler/main.nim @@ -337,7 +337,7 @@ proc mainCommand* = wantMainModule() commandScan() msgWriteln("Beware: Indentation tokens depend on the parser\'s state!") - of "i": + of "secret": gCmd = cmdInteractive commandInteractive() of "e":