]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/deploy/config/editor/editor.factor
factor: words -> split-words, lines -> split-lines, fix errors
[factor.git] / basis / tools / deploy / config / editor / editor.factor
index 908e479cbc8ad910af0583c41b5b0f1f9115856f..10937ff1525073d346b15fdc63eb53e8a13546a2 100644 (file)
@@ -14,7 +14,7 @@ IN: tools.deploy.config.editor
     parse-fresh [ first assoc-union ] unless-empty ;
 
 : set-deploy-config ( assoc vocab -- )
-    [ [ unparse-use ] without-limits lines ] dip
+    [ [ unparse-use ] without-limits split-lines ] dip
     "deploy.factor" set-vocab-file-lines ;
 
 : set-deploy-flag ( value key vocab -- )