From 15d788718f7b751bfbfcbe46c5558f1a3205632d Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 2 Apr 2016 16:51:35 -0700 Subject: [PATCH] command-line: gvim example obsolete. update to new example. --- basis/command-line/command-line-docs.factor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/basis/command-line/command-line-docs.factor b/basis/command-line/command-line-docs.factor index 8b17660bc3..3c3da06d90 100644 --- a/basis/command-line/command-line-docs.factor +++ b/basis/command-line/command-line-docs.factor @@ -135,10 +135,10 @@ $nl "\".factor-rc\" rc-path print" "\".factor-boot-rc\" rc-path print" } -"Here is an example " { $snippet ".factor-boot-rc" } " which sets up GVIM editor integration:" +"Here is an example " { $snippet ".factor-boot-rc" } " which sets up your developer name:" { $code - "USING: editors.gvim namespaces ;" - "\"/opt/local/bin\" \\ gvim-path set-global" + "USING: tools.scaffold namespaces ;" + "\"Sheeple Sheepleton\" developer-name set-global" } ; ARTICLE: "command-line" "Command line arguments"