renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamings

This commit is contained in:
Araq
2014-08-29 09:03:00 +02:00
parent 0f4567d59e
commit cd2c6128d1
25 changed files with 187 additions and 43 deletions

View File

@@ -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)