]> git.donarmstrong.com Git - lilypond.git/blobdiff - vim/lilypond-ftplugin.vim
Vim syntax: Remove `lilyEquation'.
[lilypond.git] / vim / lilypond-ftplugin.vim
index fa69f49ebda260693c307be185774feedb989761..1579388a425556c6807e429283232c4b3e9a77ee 100644 (file)
@@ -4,7 +4,7 @@
 " Last Change:  2004 March 1
 "
 " Installed As:        vim/ftplugin/lilypond.vim
-" Uses Generated File: vim/syntax/lilypond.words.el
+" Uses Generated File: vim/syntax/lilypond-words.el
 "
 " Only do this when not done yet for this buffer
 if exists("b:did_ftplugin")
@@ -26,7 +26,7 @@ map <buffer> <F4> :w<Return>:se makeprg=lilypond\ -m\ %<<Return>:make<Return>:!t
 map <buffer> <F5> :w<Return>:se makeprg=lilypond\ %<<Return>:make<Return>
 "
 " <F6>  view ps
-map <buffer> <F6> :!gv -watch %<.ps &<Return>
+map <buffer> <F6> :!gv --watch %<.ps &<Return>
 "
 " <S-F6>  view dvi
 map <buffer> <S-F6> :!xdvi %<.dvi &<Return>
@@ -54,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