summaryrefslogtreecommitdiff
path: root/vim
Commit message (Expand)AuthorAgeFilesLines
* change keymap for vim to view PDF not PS...Issue 3767 Also removed two comment lines indicating a maintainer and 'last modified' date; the latter being incorrect and the former's email apparently not existing anymore James Lowe2014-01-111-4/+2
* ftplugin.vim: Quote filenamesKeith OHara2011-12-181-3/+3
* Vim indent: update comment.Patrick McCarty2010-07-261-4/+9
* Vim plugin: update comments, and remove old binding.Patrick McCarty2010-07-261-6/+3
* Vim plugin: fix typo.Patrick McCarty2010-07-261-2/+2
* Vim syntax: Include lilyScheme in the main cluster.Patrick McCarty2010-07-261-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 McCarty2010-07-261-5/+2
* Vim syntax: Refine pattern for beginning of Scheme blocks.Patrick McCarty2010-07-261-1/+1
* Vim: Use Lisp-style indentation where appropriate.Patrick McCarty2010-07-261-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 McCarty2010-07-251-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 McCarty2009-08-301-1/+1
* Vim syntax: set current_syntax to `lilypond'.Patrick McCarty2009-08-301-1/+3
* Add *.ily to vim-related filesJonathan Kulp2009-06-022-2/+2
* Remove SCons traces because of unmaintained stateJohn Mandereau2009-01-051-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 Mandereau2009-01-051-2/+5
* Fix "make uninstall"John Mandereau2008-08-241-1/+2
* Add articulation to vim syntax highlighting.Graham Percival2008-05-201-1/+5
* gv only accepts --watch.Graham Percival2008-01-191-1/+1
* Fix 392....Escape a space in lilypond-compiler.vim. Joe Neeman2007-08-191-1/+1
* *** empty log message ***Jan Nieuwenhuizen2006-02-041-2/+2
* (local-uninstall): remove...music-drawing-routines.ps juggling. Han-Wen Nienhuys2005-11-121-1/+0
* (local-uninstall): remove...music-drawing-routines.ps juggling. Han-Wen Nienhuys2005-11-121-1/+1
* (local-uninstall): remove...music-drawing-routines.ps juggling. Han-Wen Nienhuys2005-11-121-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 Nieuwenhuizen2005-10-241-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 Nieuwenhuizen2005-10-191-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 Nieuwenhuizen2005-03-302-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 Nieuwenhuizen2005-02-081-20/+20
* * Fix some problems after the renaming of my-lily -> lilyMats Bengtsson2004-08-022-2/+2
* (note): Remove...extraneous closing brace. Jan Nieuwenhuizen2004-07-161-4/+3
* * SConstruct (symlink): Add dvips and music-drawing-routines.ps....(web_path): Fixes for webball. Install fixes, add DESTDIR option. Jan Nieuwenhuizen2004-07-151-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 Nieuwenhuizen2004-07-151-0/+16
* *** empty log message ***Jan Nieuwenhuizen2004-06-221-5/+5
* small fixes.Heikki Junes2004-03-261-2/+2
* ignore errors due to rmdir of non-empty directories.Heikki Junes2004-03-231-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 Nienhuys2004-03-231-9/+9
* small doc.Heikki Junes2004-03-231-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 Junes2004-03-232-1/+11
* add local-uninstall target.Heikki Junes2004-03-221-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 Junes2004-03-223-5/+24
* * config.make.in: add vimdir.... * vim/GNUmake add local-install. Heikki Junes2004-03-221-2/+18
* new file.Heikki Junes2004-03-201-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 Junes2004-03-155-7/+18
* change <TAB> to <C-F> (default).Heikki Junes2004-03-111-4/+4
* * vim/lilypond-indent.vim: use <TAB> is indent character in... insert-mode. add indenting rules. Heikki Junes2004-03-111-1/+12
* mv lilypond-ftpplugin.vim lilypond-ftplugin.vimHeikki Junes2004-03-051-0/+0
* * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff....* vim/GNUmakefile: flatten dirs, add GNUmakefile. Han-Wen Nienhuys2004-03-051-0/+6
* flatten vim dirHan-Wen Nienhuys2004-03-054-0/+0
* * vim/ftplugin/lilypond.vim:... * vim/syntax/lilypond.vim: use only local settings with setlocal. show matching paren in insert mode. Heikki Junes2004-03-022-11/+12
* * vim/ftplugin/lilypond.vim: remove errorformat.... * vim/compiler/lilypond.vim: new file for errorformats. Heikki Junes2004-03-012-4/+17
* vim/indent/lilypond.vim: new file.Heikki Junes2004-03-011-0/+32