summaryrefslogtreecommitdiff
path: root/vim
Commit message (Collapse)AuthorAgeFilesLines
* lilypond-ftplugin.vim: set makeprg locally rather than globallyGreg Swinford2016-05-211-3/+3
| | | | | | | | | | Issue 4845 lilypond-ftplugin.vim: set makeprg locally rather than globally This avoids changing the make program for other Vim buffers when using mapped keys to compile a LilyPond file.
* change keymap for vim to view PDF not PSJames Lowe2014-01-111-4/+2
| | | | | | | | 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
* 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'.Patrick McCarty2010-07-261-5/+2
| | | | | 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.
* 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.Patrick McCarty2010-07-251-0/+5
| | | | | It is still a little rudimentary, but I've been using this highlighting for the past six months without a problem.
* Vim ftdetect: use `set ft' instead of `setf'.Patrick McCarty2009-08-301-1/+1
| | | | | | | | | | | | | 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.
* 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 buildscriptsJohn Mandereau2009-01-051-2/+5
| | | | | | | | | | | | | | | | - 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.
* 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.Joe Neeman2007-08-191-1/+1
| | | | Escape a space in lilypond-compiler.vim.
* *** empty log message ***Jan Nieuwenhuizen2006-02-041-2/+2
|
* (local-uninstall): removeHan-Wen Nienhuys2005-11-121-1/+0
| | | | music-drawing-routines.ps juggling.
* (local-uninstall): removeHan-Wen Nienhuys2005-11-121-1/+1
| | | | music-drawing-routines.ps juggling.
* (local-uninstall): removeHan-Wen Nienhuys2005-11-121-27/+8
| | | | music-drawing-routines.ps juggling.
* * stepmake/stepmake/generic-vars.make (DIST_FILES): FixJan Nieuwenhuizen2005-10-241-1/+1
| | | | | | | | | | | 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.
* * stepmake/stepmake/*:Jan Nieuwenhuizen2005-10-191-4/+4
| | | | | | | | | | | | * */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.
* * buildscripts/lilypond-words.py (F):Jan Nieuwenhuizen2005-03-302-2/+2
| | | | | | | * elisp/SConscript (a): * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS): * vim/SConscript (a): * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
* * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.Jan Nieuwenhuizen2005-02-081-20/+20
| | | | | | | | | | * 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.
* * Fix some problems after the renaming of my-lily -> lilyMats Bengtsson2004-08-022-2/+2
|
* (note): RemoveJan Nieuwenhuizen2004-07-161-4/+3
| | | | extraneous closing brace.
* * SConstruct (symlink): Add dvips and music-drawing-routines.ps.Jan Nieuwenhuizen2004-07-151-1/+1
| | | | (web_path): Fixes for webball. Install fixes, add DESTDIR option.
* * lily/slur.cc: Add quant-score to interface. Fixes web build.Jan Nieuwenhuizen2004-07-151-0/+16
| | | | | | | | | | | | | | | | | * 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.
* *** 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.Han-Wen Nienhuys2004-03-231-9/+9
| | | | | | | | | | | | | * 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.
* small doc.Heikki Junes2004-03-231-0/+3
|
* * Documentation/topdocs/INSTALL.texi: give even more detailed orders.Heikki Junes2004-03-232-1/+11
| | | | | | | * vim/vimrc: add a one-liner file. * vim/GNUmake try to remove empty dirs during uninstalling, put vimrc in EXTRA_DIST_FILES.
* add local-uninstall target.Heikki Junes2004-03-221-0/+7
|
* * buildscripts/lilypond.words.py: remove.Heikki Junes2004-03-223-5/+24
| | | | | | | | | | | | | * 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
* * config.make.in: add vimdir.Heikki Junes2004-03-221-2/+18
| | | | * vim/GNUmake add local-install.
* new file.Heikki Junes2004-03-201-0/+4
|
* * vim/filetype.vim, vim/lilypond-ftplugin.vim,Heikki Junes2004-03-155-7/+18
| | | | | vim/lilypond-syntax.vim, vim/lilypond-compiler.vim, vim/lilypond-indent.vim: doc targets and deps in comments.
* change <TAB> to <C-F> (default).Heikki Junes2004-03-111-4/+4
|
* * vim/lilypond-indent.vim: use <TAB> is indent character inHeikki Junes2004-03-111-1/+12
| | | | insert-mode. add indenting rules.
* mv lilypond-ftpplugin.vim lilypond-ftplugin.vimHeikki Junes2004-03-051-0/+0
|
* * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.Han-Wen Nienhuys2004-03-051-0/+6
| | | | * vim/GNUmakefile: flatten dirs, add GNUmakefile.
* flatten vim dirHan-Wen Nienhuys2004-03-054-0/+0
|
* * vim/ftplugin/lilypond.vim:Heikki Junes2004-03-022-11/+12
| | | | | * vim/syntax/lilypond.vim: use only local settings with setlocal. show matching paren in insert mode.
* * vim/ftplugin/lilypond.vim: remove errorformat.Heikki Junes2004-03-012-4/+17
| | | | * vim/compiler/lilypond.vim: new file for errorformats.