]> gitweb.factorcode.org Git - factor.git/commitdiff
editors.vim: use string as article name.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 14 Aug 2012 01:22:14 +0000 (18:22 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 14 Aug 2012 01:22:14 +0000 (18:22 -0700)
basis/editors/gvim/gvim-docs.factor
basis/editors/vim/vim-docs.factor

index fb8682b944c056f913f82a17a0a15c3a24ad5825..957a3ad2816db8814232c3674361cef51bd73765 100644 (file)
@@ -1,3 +1,3 @@
 USING: help.syntax ;
 IN: editors.gvim
-ABOUT: { "vim" "vim" }
+ABOUT: "editors.vim"
index fe18a57ee352692b331005c96dc7ccba7c0b8538..67a916e5e25e0a8f86b291102a7f6bd124127faf 100644 (file)
@@ -2,9 +2,9 @@ USING: definitions editors help help.markup help.syntax
 io io.files io.pathnames words ;
 IN: editors.vim
 
-ABOUT: { "vim" "vim" }
+ABOUT: "editors.vim"
 
-ARTICLE: { "vim" "vim" } "Vim support"
+ARTICLE: "editors.vim" "Vim support"
 "The " { $link vim-path } " variable contains the name of the vim executable. The default " { $link vim-path } " is " { $snippet "\"vim\"" } ". Which is not very useful, as it starts vim in the same terminal where you started factor."
 { $list
     { "If you want to use gvim instead or are on a Windows platform use " { $vocab-link "editors.gvim" } "." }