diff options
author | Heikki Junes <heikki.junes@hut.fi> | 2004-03-15 22:31:00 +0000 |
---|---|---|
committer | Heikki Junes <heikki.junes@hut.fi> | 2004-03-15 22:31:00 +0000 |
commit | e3c9620c20174bd54c523a9bd892bb4666efc400 (patch) | |
tree | 8eb03c98a74bdd400234fc309dccefb469afa50c /vim | |
parent | 983db4513673604a474fbcba4a20e70ee15fd410 (diff) |
* vim/filetype.vim, vim/lilypond-ftplugin.vim,
vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
vim/lilypond-indent.vim: doc targets and deps in comments.
Diffstat (limited to 'vim')
-rw-r--r-- | vim/filetype.vim | 3 | ||||
-rw-r--r-- | vim/lilypond-compiler.vim | 4 | ||||
-rw-r--r-- | vim/lilypond-ftplugin.vim | 5 | ||||
-rw-r--r-- | vim/lilypond-indent.vim | 4 | ||||
-rw-r--r-- | vim/lilypond-syntax.vim | 9 |
5 files changed, 18 insertions, 7 deletions
diff --git a/vim/filetype.vim b/vim/filetype.vim index 1b4049d16c..f80e26fef2 100644 --- a/vim/filetype.vim +++ b/vim/filetype.vim @@ -1,3 +1,6 @@ +" +" Installed As: ~/.vim/filetype.vim +" " my filetype file if exists("did_load_filetypes") finish diff --git a/vim/lilypond-compiler.vim b/vim/lilypond-compiler.vim index c0c6c7d0f6..7087f3d064 100644 --- a/vim/lilypond-compiler.vim +++ b/vim/lilypond-compiler.vim @@ -2,7 +2,9 @@ " Language: LilyPond " Maintainer: Heikki Junes <hjunes@cc.hut.fi> " Last Change: 2004 Mar 01 - +" +" Installed As: vim/compiler/lilypond.vim +" " Only load this indent file when no other was loaded. if exists("current_compiler") finish diff --git a/vim/lilypond-ftplugin.vim b/vim/lilypond-ftplugin.vim index 46470cc6d4..fa69f49ebd 100644 --- a/vim/lilypond-ftplugin.vim +++ b/vim/lilypond-ftplugin.vim @@ -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 diff --git a/vim/lilypond-indent.vim b/vim/lilypond-indent.vim index ea2523a135..fd2144b2fd 100644 --- a/vim/lilypond-indent.vim +++ b/vim/lilypond-indent.vim @@ -2,7 +2,9 @@ " Language: LilyPond " Maintainer: Heikki Junes <hjunes@cc.hut.fi> " Last Change: 2004 Mar 01 - +" +" Installed As: vim/indent/lilypond.vim +" " Only load this indent file when no other was loaded. if exists("b:did_indent") finish diff --git a/vim/lilypond-syntax.vim b/vim/lilypond-syntax.vim index a69f30c961..7874f6eeb2 100644 --- a/vim/lilypond-syntax.vim +++ b/vim/lilypond-syntax.vim @@ -1,12 +1,13 @@ -" Vim syntax file +" LilyPond syntax file " Language: LilyPond " Maintainer: Heikki Junes <hjunes@cc.hut.fi> " Created: Oct 17, 2002 " Last Change: Sep 23, 2003 " Version: 6.1-1 -" Latest: -" http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lilypond.vim - +" +" Installed As: vim/syntax/lilypond.vim +" Uses Generated File: vim/syntax/lilypond.words.vim +" " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded if version < 600 |