From b13520d6599878da9db93e061079606589bb2cdd Mon Sep 17 00:00:00 2001 From: hjunes Date: Sun, 29 Feb 2004 23:04:02 +0000 Subject: [PATCH] * vim/: * vim/syntax: * vim/ftplugin: new directories. * vim/filetype.vim: new file. * lilypond.vim: remove files (see next). * vim/syntax/lilypond.vim: new, renamed file (see prev). * vimrc: remove file (see next). * vim/ftplugin/lilypond.vim: new, renamed file (see prev). --- ChangeLog | 12 ++++++++++++ vimrc => vim/ftplugin/lilypond.vim | 0 lilypond.vim => vim/syntax/lilypond.vim | 0 3 files changed, 12 insertions(+) rename vimrc => vim/ftplugin/lilypond.vim (100%) rename lilypond.vim => vim/syntax/lilypond.vim (100%) diff --git a/ChangeLog b/ChangeLog index 1442e0fd09..253dfb2728 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,18 @@ * vimrc: add menu in console and shortcut for it. + * vim/: + * vim/syntax: + * vim/ftplugin: new directories. + + * vim/filetype.vim: new file. + + * lilypond.vim: remove files (see next). + * vim/syntax/lilypond.vim: new, renamed file (see prev). + + * vimrc: remove file (see next). + * vim/ftplugin/lilypond.vim: new, renamed file (see prev). + 2004-02-29 Jan Nieuwenhuizen * stepmake/aclocal.m4: Store computed version in variable. diff --git a/vimrc b/vim/ftplugin/lilypond.vim similarity index 100% rename from vimrc rename to vim/ftplugin/lilypond.vim diff --git a/lilypond.vim b/vim/syntax/lilypond.vim similarity index 100% rename from lilypond.vim rename to vim/syntax/lilypond.vim -- 2.39.5