From: James Lowe Date: Wed, 1 Jan 2014 14:55:22 +0000 (+0000) Subject: change keymap for vim to view PDF not PS X-Git-Tag: release/2.19.1-1~31 X-Git-Url: https://git.donarmstrong.com/?p=lilypond.git;a=commitdiff_plain;h=24e1aa56320861033cfc30570955149ca99cc6ae 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 --- diff --git a/vim/lilypond-ftplugin.vim b/vim/lilypond-ftplugin.vim index 015028fc9b..c822c43f01 100644 --- a/vim/lilypond-ftplugin.vim +++ b/vim/lilypond-ftplugin.vim @@ -1,7 +1,5 @@ " LilyPond filetype plugin " Language: LilyPond (ft=ly) -" Maintainer: Heikki Junes -" Last Change: 2010 Jul 26 " " Installed As: vim/ftplugin/lilypond.vim " Uses Generated File: vim/syntax/lilypond-words.vim @@ -25,8 +23,8 @@ map :w:se makeprg=lilypond\ \"%<\":make:!t " save & make map :w:se makeprg=lilypond\ \"%<\":make " -" view ps with ghostview -map :!gv --watch "%<.ps" & +" view pdf with ghostview +map :!gv --watch "%<.pdf" & " " prev error map :cp