From cffd61c4cf8a4fddf11deace5826276f9504f5d3 Mon Sep 17 00:00:00 2001 From: Jonathan Kulp Date: Sat, 28 Nov 2009 14:44:00 -0600 Subject: [PATCH] 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 --- Documentation/usage/running.itely | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.2