Mention Vim support files in the Vim integration documentation.
parent
0cb58510bb
commit
2e731c63f2
|
@ -3,6 +3,9 @@ namespaces sequences system combinators
|
||||||
editors.vim vocabs.loader make ;
|
editors.vim vocabs.loader make ;
|
||||||
IN: editors.gvim
|
IN: editors.gvim
|
||||||
|
|
||||||
|
! This code builds on the code in editors.vim; see there for
|
||||||
|
! more information.
|
||||||
|
|
||||||
SINGLETON: gvim
|
SINGLETON: gvim
|
||||||
|
|
||||||
HOOK: gvim-path io-backend ( -- path )
|
HOOK: gvim-path io-backend ( -- path )
|
||||||
|
|
|
@ -12,5 +12,6 @@ $nl
|
||||||
"USE: vim"
|
"USE: vim"
|
||||||
"\"c:\\\\program files\\\\vim\\\\vim70\\\\gvim\" vim-path set-global"
|
"\"c:\\\\program files\\\\vim\\\\vim70\\\\gvim\" vim-path set-global"
|
||||||
}
|
}
|
||||||
"On Unix, you may omit the last line if " { $snippet "\"vim\"" } " is in your " { $snippet "$PATH" } "." ;
|
"On Unix, you may omit the last line if " { $snippet "\"vim\"" } " is in your " { $snippet "$PATH" } "."
|
||||||
|
$nl
|
||||||
|
"You may also wish to install Vim support files to enable syntax hilighting and other features. These are in the " { $link resource-path } " in " { $snippet "misc/vim" } "." ;
|
||||||
|
|
Loading…
Reference in New Issue