]> git.donarmstrong.com Git - lilypond.git/blobdiff - vim/lilypond-ftplugin.vim
($(outdir)/%.png $(outdir)/%.pdf
[lilypond.git] / vim / lilypond-ftplugin.vim
index 46470cc6d4dbd412f273cde30e0a4bcc6bcdadc9..2a2a580159f21304a55d0b6bf50210630994aa8b 100644 (file)
@@ -2,7 +2,10 @@
 " Language:     LilyPond (ft=ly)
 " Maintainer:   Heikki Junes <hjunes@cc.hut.fi>
 " Last Change:  2004 March 1
-
+"
+" Installed As:        vim/ftplugin/lilypond.vim
+" Uses Generated File: vim/syntax/lilypond-words.el
+"
 " Only do this when not done yet for this buffer
 if exists("b:did_ftplugin")
   finish
@@ -51,7 +54,7 @@ map <buffer> <F12> :g!/%.*/normal 0i%<Return>
 map <buffer> <S-F12> :g/%.*/normal 0x<Return>
 "
 " Completions in Insert/Replace-mode with <Ctrl-N>
-setlocal dictionary-=~/.vim/syntax/lilypond.words.el dictionary+=~/.vim/syntax/lilypond.words.el
+setlocal dictionary-=$VIM/syntax/lilypond-words dictionary+=$VIM/syntax/lilypond-words
 setlocal complete-=k complete+=k
 "
 setlocal showmatch