]> git.donarmstrong.com Git - lilypond.git/commitdiff
* vim/filetype.vim, vim/lilypond-ftplugin.vim,
authorHeikki Junes <heikki.junes@hut.fi>
Mon, 15 Mar 2004 22:31:00 +0000 (22:31 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Mon, 15 Mar 2004 22:31:00 +0000 (22:31 +0000)
vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
vim/lilypond-indent.vim: doc targets and deps in comments.

ChangeLog
vim/filetype.vim
vim/lilypond-compiler.vim
vim/lilypond-ftplugin.vim
vim/lilypond-indent.vim
vim/lilypond-syntax.vim

index 23618e4e3def041c009091fbe93c1dd81486884c..e4b2cc184c8f79f60d2c8bdc968d5d4c9c966d6c 100644 (file)
--- 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  <janneke@gnu.org>
 
        * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
index 1b4049d16c5590aea391adf81ab025a6eff23d6f..f80e26fef2cba5e3bcbea858e8c991e73de88b70 100644 (file)
@@ -1,3 +1,6 @@
+"
+" Installed As:        ~/.vim/filetype.vim
+"
 " my filetype file
 if exists("did_load_filetypes")
   finish
index c0c6c7d0f691aace96fe7d26920835b743c39a28..7087f3d0644dedfe9110cd43e7300a1dfd1906b3 100644 (file)
@@ -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
index 46470cc6d4dbd412f273cde30e0a4bcc6bcdadc9..fa69f49ebda260693c307be185774feedb989761 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
index ea2523a1355593185f94427d3a883c26e01a1f26..fd2144b2fd5dce5cc9cba33e984efa93957e1702 100644 (file)
@@ -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
index a69f30c9618a03f9d647f99d4774466f33c5a51c..7874f6eeb2c75d7f55fbfddf2091b0d188555771 100644 (file)
@@ -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