diff options
author | Araq <rumpf_a@web.de> | 2015-07-03 01:00:38 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-07-03 01:57:00 +0200 |
commit | 841a179d2880c032c99d372c798611aec244441c (patch) | |
tree | 9aab823a774d63147d61ce3e42db74c3b4230488 /compiler | |
parent | e0497112dcb2ba60b120bf7831edb1dea4a8e25e (diff) | |
download | Nim-841a179d2880c032c99d372c798611aec244441c.tar.gz |
fixes #2633
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/main.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main.nim b/compiler/main.nim index a01b6fe4f..6bac4b77a 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": |