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