Minor changes.
h3rald h3rald@h3rald.com
Sun, 18 Sep 2016 17:01:18 +0200
2 files changed,
2 insertions(+),
2 deletions(-)
M
lib/min_crypto.nim
→
lib/min_crypto.nim
@@ -7,7 +7,7 @@ import
../core/parser, ../core/value, ../core/interpreter, - ../core/utils, + ../core/utils import ../vendor/sha1, ../vendor/nimSHA2,
M
minim.nim
→
minim.nim
@@ -151,7 +151,7 @@ i.stdLib()
var s = newStringStream("") i.open(s, "") var line: string - echo "$1 v$2" % [version, appname] + echo "$1 v$2" % [appname, version] echo "-> Type 'exit' or 'quit' to exit." var ed = initEditor(historyFile = MINIMHISTORY) KEYMAP["ctrl+s"] = proc (ed: var LineEditor) =