Fix circular doc errors
parent
5b3d0c0816
commit
82fd581e9f
|
@ -1,5 +1,5 @@
|
||||||
USING: definitions editors.vim help help.markup help.syntax io io.files
|
USING: definitions help help.markup help.syntax io io.files editors words ;
|
||||||
editors words ;
|
IN: editors.vim
|
||||||
|
|
||||||
ARTICLE: { "vim" "vim" } "Vim support"
|
ARTICLE: { "vim" "vim" } "Vim support"
|
||||||
"This module makes the " { $link edit } " word work with Vim by setting the " { $link edit-hook } " global variable to call " { $link vim-location } ". The " { $link vim-path } " variable contains the name of the vim executable. The default " { $link vim-path } " is " { $snippet "\"gvim\"" } "."
|
"This module makes the " { $link edit } " word work with Vim by setting the " { $link edit-hook } " global variable to call " { $link vim-location } ". The " { $link vim-path } " variable contains the name of the vim executable. The default " { $link vim-path } " is " { $snippet "\"gvim\"" } "."
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
USING: math.statistics help.markup help.syntax debugger ;
|
USING: help.markup help.syntax debugger ;
|
||||||
|
IN: math.statistics
|
||||||
|
|
||||||
HELP: geometric-mean
|
HELP: geometric-mean
|
||||||
{ $values { "seq" "a sequence of numbers" } { "n" "a non-negative real number"} }
|
{ $values { "seq" "a sequence of numbers" } { "n" "a non-negative real number"} }
|
||||||
|
|
Loading…
Reference in New Issue