Mention Vim support files in the Vim integration documentation.

db4
Tim Allen 2009-01-14 00:31:22 +11:00 committed by Slava Pestov
parent 0cb58510bb
commit 2e731c63f2
2 changed files with 6 additions and 2 deletions

View File

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

View File

@ -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" } "." ;