X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=vim%2Flilypond-ftplugin.vim;h=2a2a580159f21304a55d0b6bf50210630994aa8b;hb=39c4d455ab5792e9e634b0e4c036e8e67542ae9f;hp=fa69f49ebda260693c307be185774feedb989761;hpb=e3c9620c20174bd54c523a9bd892bb4666efc400;p=lilypond.git diff --git a/vim/lilypond-ftplugin.vim b/vim/lilypond-ftplugin.vim index fa69f49ebd..2a2a580159 100644 --- a/vim/lilypond-ftplugin.vim +++ b/vim/lilypond-ftplugin.vim @@ -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") @@ -54,7 +54,7 @@ map :g!/%.*/normal 0i% map :g/%.*/normal 0x " " Completions in Insert/Replace-mode with -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