diff options
author | James Lowe <pkx166h@gmail.com> | 2014-01-01 14:55:22 +0000 |
---|---|---|
committer | Carl Sorensen <carl.d.sorensen@gmail.com> | 2014-01-11 19:00:53 -0700 |
commit | 24e1aa56320861033cfc30570955149ca99cc6ae (patch) | |
tree | c961cc64289cd318b0220fc42c72da3ed8a0e034 /vim | |
parent | 1617b2130ae3b3eba29ea925ecac3c5dda52b98c (diff) |
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
Diffstat (limited to 'vim')
-rw-r--r-- | vim/lilypond-ftplugin.vim | 6 |
1 files changed, 2 insertions, 4 deletions
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 <hjunes@cc.hut.fi> -" Last Change: 2010 Jul 26 " " Installed As: vim/ftplugin/lilypond.vim " Uses Generated File: vim/syntax/lilypond-words.vim @@ -25,8 +23,8 @@ map <buffer> <F4> :w<Return>:se makeprg=lilypond\ \"%<\"<Return>:make<Return>:!t " <F5> save & make map <buffer> <F5> :w<Return>:se makeprg=lilypond\ \"%<\"<Return>:make<Return> " -" <F6> view ps with ghostview -map <buffer> <F6> :!gv --watch "%<.ps" &<Return> +" <F6> view pdf with ghostview +map <buffer> <F6> :!gv --watch "%<.pdf" &<Return> " " <F7> prev error map <buffer> <F7> :cp<Return> |