]> git.donarmstrong.com Git - lilypond.git/commitdiff
DOCS: add Vim runtimepath for Fedora to "usage" manual
authorJonathan Kulp <jonlancekulp@gmail.com>
Sat, 28 Nov 2009 20:44:00 +0000 (14:44 -0600)
committerJonathan Kulp <jonlancekulp@gmail.com>
Sat, 28 Nov 2009 20:44:00 +0000 (14:44 -0600)
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

index 56cebbde556c05ee4389ec41bb5ff17d06ea0342..f4e3072cfe2a1f61b02db8a94257adb585265099 100644 (file)
@@ -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