Merge branch 'master' of factorcode.org:/git/factor
commit
aff9166f8c
|
@ -28,7 +28,7 @@ SYMBOL: command-line
|
||||||
: load-vocab-roots ( -- )
|
: load-vocab-roots ( -- )
|
||||||
"user-init" get [
|
"user-init" get [
|
||||||
"factor-roots" rc-path dup exists? [
|
"factor-roots" rc-path dup exists? [
|
||||||
utf8 file-lines [ add-vocab-root ] each
|
utf8 file-lines harvest [ add-vocab-root ] each
|
||||||
] [ drop ] if
|
] [ drop ] if
|
||||||
] when ;
|
] when ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue