From e3c9620c20174bd54c523a9bd892bb4666efc400 Mon Sep 17 00:00:00 2001 From: Heikki Junes Date: Mon, 15 Mar 2004 22:31:00 +0000 Subject: [PATCH] * 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. --- ChangeLog | 4 ++++ vim/filetype.vim | 3 +++ vim/lilypond-compiler.vim | 4 +++- vim/lilypond-ftplugin.vim | 5 ++++- vim/lilypond-indent.vim | 4 +++- vim/lilypond-syntax.vim | 9 +++++---- 6 files changed, 22 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 23618e4e3d..e4b2cc184c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ * Documentation/topdocs/INSTALL.texi: finish install orders for vim. + * 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. + 2004-03-15 Jan Nieuwenhuizen * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line. 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 " 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 " 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 " 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 " 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 -- 2.39.2