command-line: gvim example obsolete. update to new example.

locals-and-roots
Doug Coleman 2016-04-02 16:51:35 -07:00
parent fc1b8214f0
commit 15d788718f
1 changed files with 3 additions and 3 deletions

View File

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