mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-22 23:35:22 +00:00
renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamings
This commit is contained in:
@@ -4,7 +4,7 @@ import
|
||||
|
||||
var f = newFileStream(paramStr(1), fmRead)
|
||||
if f != nil:
|
||||
var p: TCfgParser
|
||||
var p: CfgParser
|
||||
open(p, f, paramStr(1))
|
||||
while true:
|
||||
var e = next(p)
|
||||
|
||||
Reference in New Issue
Block a user