Merge branch 'master' into new_ui
commit
d893b5737c
|
@ -8,7 +8,7 @@ SINGLETON: gvim
|
||||||
HOOK: gvim-path io-backend ( -- path )
|
HOOK: gvim-path io-backend ( -- path )
|
||||||
|
|
||||||
M: gvim vim-command ( file line -- string )
|
M: gvim vim-command ( file line -- string )
|
||||||
[ gvim-path , swap , "+" swap number>string append , ] { } make ;
|
[ gvim-path , "+" swap number>string append , , ] { } make ;
|
||||||
|
|
||||||
gvim vim-editor set-global
|
gvim vim-editor set-global
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
! Generate a new factor.vim file for syntax highlighting
|
! Generate a new factor.vim file for syntax highlighting
|
||||||
USING: http.server.templating http.server.templating.fhtml
|
USING: html.templates html.templates.fhtml io.files io.pathnames ;
|
||||||
io.files ;
|
|
||||||
IN: editors.vim.generate-syntax
|
IN: editors.vim.generate-syntax
|
||||||
|
|
||||||
: generate-vim-syntax ( -- )
|
: generate-vim-syntax ( -- )
|
||||||
|
|
|
@ -209,7 +209,8 @@ ARTICLE: "tools" "Developer tools"
|
||||||
{ $subsection "timing" }
|
{ $subsection "timing" }
|
||||||
{ $subsection "tools.disassembler" }
|
{ $subsection "tools.disassembler" }
|
||||||
"Deployment tools:"
|
"Deployment tools:"
|
||||||
{ $subsection "tools.deploy" } ;
|
{ $subsection "tools.deploy" }
|
||||||
|
{ $see-also "ui-tools" } ;
|
||||||
|
|
||||||
ARTICLE: "article-index" "Article index"
|
ARTICLE: "article-index" "Article index"
|
||||||
{ $index [ articles get keys ] } ;
|
{ $index [ articles get keys ] } ;
|
||||||
|
|
Loading…
Reference in New Issue