| Commit message (Expand) | Author | Age | Files | Lines |
* | ftplugin.vim: Quote filenames | Keith OHara | 2011-12-18 | 1 | -3/+3 |
* | Vim indent: update comment. | Patrick McCarty | 2010-07-26 | 1 | -4/+9 |
* | Vim plugin: update comments, and remove old binding. | Patrick McCarty | 2010-07-26 | 1 | -6/+3 |
* | Vim plugin: fix typo. | Patrick McCarty | 2010-07-26 | 1 | -2/+2 |
* | Vim syntax: Include lilyScheme in the main cluster. | Patrick McCarty | 2010-07-26 | 1 | -1/+1 |
* | Vim syntax: Remove `lilyEquation'....This pattern has never uses a highlighting rule, and it now conflicts
with the lilyScheme regions, so it is best to get rid of it.
| Patrick McCarty | 2010-07-26 | 1 | -5/+2 |
* | Vim syntax: Refine pattern for beginning of Scheme blocks. | Patrick McCarty | 2010-07-26 | 1 | -1/+1 |
* | Vim: Use Lisp-style indentation where appropriate. | Patrick McCarty | 2010-07-26 | 1 | -1/+11 |
* | Vim syntax: highlight embedded Scheme blocks....It is still a little rudimentary, but I've been using this highlighting
for the past six months without a problem.
| Patrick McCarty | 2010-07-25 | 1 | -0/+5 |
* | Vim ftdetect: use `set ft' instead of `setf'....Since filetype.vim is no longer distributed, the `setf' command will
only set the filetype if Vim's default filetype.vim does not detect a
matching filetype first.
Unfortunately, when certain lines begin with #(, the "generic" filetype
is matched, so the LilyPond-specific highlighting is never loaded.
A workaround is to use `set ft'; this sets the filetype to `lilypond'
unconditionally for all files ending in .ly or .ily, which is what we
want.
| Patrick McCarty | 2009-08-30 | 1 | -1/+1 |
* | Vim syntax: set current_syntax to `lilypond'. | Patrick McCarty | 2009-08-30 | 1 | -1/+3 |
* | Add *.ily to vim-related files | Jonathan Kulp | 2009-06-02 | 2 | -2/+2 |
* | Remove SCons traces because of unmaintained state | John Mandereau | 2009-01-05 | 1 | -15/+0 |
* | Clean up buildscripts...- move scripts from buildscripts/ according to the new ROADMAP, create
three directories for this purpose: scripts/aux/, scripts/build/ and
python/aux;
- make permissions and interpreter specs clearer: all scripts in
scripts/build are non-executable and use an interpreter determined in
config.make, all scripts in scripts/aux use hard-coded interpreters;
- always use built avatars of scripts in scripts/build, as a
consequence remove interpreter invocations which are no longer needed;
- keep old scripts in buildscripts/ which are junked in the very next
commits.
| John Mandereau | 2009-01-05 | 1 | -2/+5 |
* | Fix "make uninstall" | John Mandereau | 2008-08-24 | 1 | -1/+2 |
* | Add articulation to vim syntax highlighting. | Graham Percival | 2008-05-20 | 1 | -1/+5 |
* | gv only accepts --watch. | Graham Percival | 2008-01-19 | 1 | -1/+1 |
* | Fix 392....Escape a space in lilypond-compiler.vim.
| Joe Neeman | 2007-08-19 | 1 | -1/+1 |
* | *** empty log message *** | Jan Nieuwenhuizen | 2006-02-04 | 1 | -2/+2 |
* | (local-uninstall): remove...music-drawing-routines.ps juggling.
| Han-Wen Nienhuys | 2005-11-12 | 1 | -1/+0 |
* | (local-uninstall): remove...music-drawing-routines.ps juggling.
| Han-Wen Nienhuys | 2005-11-12 | 1 | -1/+1 |
* | (local-uninstall): remove...music-drawing-routines.ps juggling.
| Han-Wen Nienhuys | 2005-11-12 | 1 | -27/+8 |
* | * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix...src-wildcard, remove $(wildcard).
* po/GNUmakefile (PO_FILES):
* ps/GNUmakefile (PS_FILES):
* tex/GNUmakefile (TEX_FILES):
* cygwin/GNUmakefile (POSTINSTALLS):
* vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
some wildcard calls.
| Jan Nieuwenhuizen | 2005-10-24 | 1 | -1/+1 |
* | * stepmake/stepmake/*:...* */GNUmakefile:
* config.make.in:
* GNUmakefile.in:
* stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
from any directory in build-dir. Cleanups.
* make/srcdir.make.in: Remove.
* lily/main.cc (setup_paths): Fix and document build-dir hack.
| Jan Nieuwenhuizen | 2005-10-19 | 1 | -4/+4 |
* | * buildscripts/lilypond-words.py (F):...* elisp/SConscript (a):
* elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
* vim/SConscript (a):
* vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
| Jan Nieuwenhuizen | 2005-03-30 | 2 | -2/+2 |
* | * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h....* vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
* stepmake/stepmake/*.make:
* */GNUmakefile:
* GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
* config.make.in (prefix): Remove broken $(DESTDIR) hack.
| Jan Nieuwenhuizen | 2005-02-08 | 1 | -20/+20 |
* | * Fix some problems after the renaming of my-lily -> lily | Mats Bengtsson | 2004-08-02 | 2 | -2/+2 |
* | (note): Remove...extraneous closing brace.
| Jan Nieuwenhuizen | 2004-07-16 | 1 | -4/+3 |
* | * SConstruct (symlink): Add dvips and music-drawing-routines.ps....(web_path): Fixes for webball. Install fixes, add DESTDIR option.
| Jan Nieuwenhuizen | 2004-07-15 | 1 | -1/+1 |
* | * lily/slur.cc: Add quant-score to interface. Fixes web build....* python/SConscript:
* python/vim:
* input/mutopia/*SConscript: New file.
* scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
fixes web build.
* make/stepmake.make (scons): re-route to SCONS if user has been
running scons in this tree.
* SConstruct (config_vars): Add CPPDEFINES.
(env): Set checksums type to "content".
(save_config_cache): Do not exit after configuring when using
checksums (the default) instead of timestamps.
| Jan Nieuwenhuizen | 2004-07-15 | 1 | -0/+16 |
* | *** empty log message *** | Jan Nieuwenhuizen | 2004-06-22 | 1 | -5/+5 |
* | small fixes. | Heikki Junes | 2004-03-26 | 1 | -2/+2 |
* | ignore errors due to rmdir of non-empty directories. | Heikki Junes | 2004-03-23 | 1 | -5/+5 |
* | * lily/main.cc (main_with_guile): switch debugging....* lily/system.cc (get_line): plug leak.
* lily/paper-book.cc (pages): plug memory leaks: delete page array
and contents.
(stencil2line): plug leak.
* Documentation/user/changing-defaults.itely (Determining a grob
property): new node.
(Layout interfaces): new node.
(Navigating the program reference): new node.
| Han-Wen Nienhuys | 2004-03-23 | 1 | -9/+9 |
* | small doc. | Heikki Junes | 2004-03-23 | 1 | -0/+3 |
* | * Documentation/topdocs/INSTALL.texi: give even more detailed orders.... * vim/vimrc: add a one-liner file.
* vim/GNUmake try to remove empty dirs during uninstalling, put
vimrc in EXTRA_DIST_FILES.
| Heikki Junes | 2004-03-23 | 2 | -1/+11 |
* | add local-uninstall target. | Heikki Junes | 2004-03-22 | 1 | -0/+7 |
* | * buildscripts/lilypond.words.py: remove.... * buildscripts/lilypond-words.py: add new, renamed file.
Give generated targets and dirs explicitly in arguments.
* GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
vim/lilypond-syntax.vim: update to use new lilypond-words.py.
* config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
* vim/GNUmake use --words and --vim targets in lilypond-words.py
| Heikki Junes | 2004-03-22 | 3 | -5/+24 |
* | * config.make.in: add vimdir.... * vim/GNUmake add local-install.
| Heikki Junes | 2004-03-22 | 1 | -2/+18 |
* | new file. | Heikki Junes | 2004-03-20 | 1 | -0/+4 |
* | * 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.
| Heikki Junes | 2004-03-15 | 5 | -7/+18 |
* | change <TAB> to <C-F> (default). | Heikki Junes | 2004-03-11 | 1 | -4/+4 |
* | * vim/lilypond-indent.vim: use <TAB> is indent character in... insert-mode. add indenting rules.
| Heikki Junes | 2004-03-11 | 1 | -1/+12 |
* | mv lilypond-ftpplugin.vim lilypond-ftplugin.vim | Heikki Junes | 2004-03-05 | 1 | -0/+0 |
* | * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff....* vim/GNUmakefile: flatten dirs, add GNUmakefile.
| Han-Wen Nienhuys | 2004-03-05 | 1 | -0/+6 |
* | flatten vim dir | Han-Wen Nienhuys | 2004-03-05 | 4 | -0/+0 |
* | * vim/ftplugin/lilypond.vim:... * vim/syntax/lilypond.vim: use only local settings with setlocal.
show matching paren in insert mode.
| Heikki Junes | 2004-03-02 | 2 | -11/+12 |
* | * vim/ftplugin/lilypond.vim: remove errorformat.... * vim/compiler/lilypond.vim: new file for errorformats.
| Heikki Junes | 2004-03-01 | 2 | -4/+17 |
* | vim/indent/lilypond.vim: new file. | Heikki Junes | 2004-03-01 | 1 | -0/+32 |
* | apply bindings only locally. | Heikki Junes | 2004-03-01 | 1 | -17/+23 |