From: Patrick McCarty Date: Mon, 26 Jul 2010 22:03:26 +0000 (-0700) Subject: Vim plugin: update comments, and remove old binding. X-Git-Tag: release/2.13.29-1~33 X-Git-Url: https://git.donarmstrong.com/?p=lilypond.git;a=commitdiff_plain;h=6a7c7d03d6fb1e826bf9db87dceeb41fe2782849 Vim plugin: update comments, and remove old binding. --- diff --git a/vim/lilypond-ftplugin.vim b/vim/lilypond-ftplugin.vim index 77b1d40da8..6d60ca3bf6 100644 --- a/vim/lilypond-ftplugin.vim +++ b/vim/lilypond-ftplugin.vim @@ -19,18 +19,15 @@ setlocal shiftwidth=2 " " some handy key mappings " -" save & make and play midi +" save & make and play midi with timidity map :w:se makeprg=lilypond\ -m\ %<:make:!timidity %<.midi " -" save & make dvi, midi, ps +" save & make map :w:se makeprg=lilypond\ %<:make " -" view ps +" view ps with ghostview map :!gv --watch %<.ps & " -" view dvi -map :!xdvi %<.dvi & -" " prev error map :cp "