From: Jonathan Kulp Date: Sat, 28 Nov 2009 20:44:00 +0000 (-0600) Subject: DOCS: add Vim runtimepath for Fedora to "usage" manual X-Git-Tag: release/2.13.9-1~58 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cffd61c4cf8a4fddf11deace5826276f9504f5d3;p=lilypond.git DOCS: add Vim runtimepath for Fedora to "usage" manual The runtimepath to set up LP syntax highlighting in vim on Fedora is very different from what's given in the usage manual. This example shows the proper path on Fedora 12 --- diff --git a/Documentation/usage/running.itely b/Documentation/usage/running.itely index 56cebbde55..f4e3072cfe 100644 --- a/Documentation/usage/running.itely +++ b/Documentation/usage/running.itely @@ -800,6 +800,12 @@ set runtimepath+=/usr/local/share/lilypond/$@{LILYPOND_VERSION@}/vim/ @noindent where $@{LILYPOND_VERSION@} is your LilyPond version. If LilyPond was not installed in @file{/usr/local/}, then change this path accordingly. +The path may differ significantly. In Fedora the path leads to the +current version of Vim instead of Lilypond: + +@example +set runtimepath+=/usr/share/vim/vim72/ +@end example @node Other editors