From 2e731c63f21090c508b9406015633b94138b4d6c Mon Sep 17 00:00:00 2001 From: Tim Allen Date: Wed, 14 Jan 2009 00:31:22 +1100 Subject: [PATCH] Mention Vim support files in the Vim integration documentation. --- basis/editors/gvim/gvim.factor | 3 +++ basis/editors/vim/vim-docs.factor | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/basis/editors/gvim/gvim.factor b/basis/editors/gvim/gvim.factor index 8fb4d6b23d..15fd52f5ee 100644 --- a/basis/editors/gvim/gvim.factor +++ b/basis/editors/gvim/gvim.factor @@ -3,6 +3,9 @@ namespaces sequences system combinators editors.vim vocabs.loader make ; IN: editors.gvim +! This code builds on the code in editors.vim; see there for +! more information. + SINGLETON: gvim HOOK: gvim-path io-backend ( -- path ) diff --git a/basis/editors/vim/vim-docs.factor b/basis/editors/vim/vim-docs.factor index 3387dc5971..7f527bf18f 100644 --- a/basis/editors/vim/vim-docs.factor +++ b/basis/editors/vim/vim-docs.factor @@ -12,5 +12,6 @@ $nl "USE: vim" "\"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" } "." ;