From: Graham Percival Date: Tue, 14 Jun 2005 03:16:53 +0000 (+0000) Subject: Updated docs for vim-mode. X-Git-Tag: release/2.5.31~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ff6c802dd61ec51145312965f46f072fe3ea5d03;p=lilypond.git Updated docs for vim-mode. --- diff --git a/Documentation/topdocs/INSTALL.texi b/Documentation/topdocs/INSTALL.texi index 341c419ce5..d4c375624b 100644 --- a/Documentation/topdocs/INSTALL.texi +++ b/Documentation/topdocs/INSTALL.texi @@ -247,13 +247,9 @@ your @var{load-path} by appending the following line (as modified) to your @section Vim mode A Vim mode for entering music and running LilyPond is contained in the -source archive in @code{$VIM} directory. For version 6.2 and newer, -Vim-mode works directly after installing LilyPond. Otherwise, -complete the following two steps. +source archive in @code{$VIM} directory. -For earlier versions (and if @code{$VIM} environment variable does not -fall-back to @file{/usr/local/share/vim}, see @code{:version} in vim), -the LilyPond file type is detected if your file @file{~/.vim/filetype.vim} @c +The LilyPond file type is detected if the file @file{~/.vim/filetype.vim} @c has the following content @quotation @example @@ -265,17 +261,21 @@ augroup filetypedetect augroup END @end example @end quotation -If Vim has been (pre-)installed to @file{/usr/...} (or any other place) -instead of @file{/usr/local/...}, then @file{/usr/local/share/vim} may not -be specified in your @code{$VIMRUNTIME} environment variable and you have to -include this path explicitly by appending the following line to your + +Please include this path by appending the following line to your @file{~/.vimrc} + @quotation @example -set runtimepath+=/usr/local/share/vim/ +set runtimepath+=/usr/local/share/lilypond/${LILYPOND_VERSION}/vim/ @end example @end quotation +@noindent +where ${LILYPOND_VERISON} is your lilypond version. If Lilypond was not +installed in @file{/usr/local/}, then change this path accordingly. + + @section Problems For help and questions use @email{lilypond-user@@gnu.org}. Send bug diff --git a/THANKS b/THANKS index 156c5efd6a..76102c0de1 100644 --- a/THANKS +++ b/THANKS @@ -86,6 +86,7 @@ Richard Schoeller Rob Platt Roman Stöckl-Schmidt Russ Jorgensen +Simon Bailey Stephen McCarthy Sven Axelsson Tapio Tuovila