]> git.donarmstrong.com Git - lilypond.git/commitdiff
change keymap for vim to view PDF not PS
authorJames Lowe <pkx166h@gmail.com>
Wed, 1 Jan 2014 14:55:22 +0000 (14:55 +0000)
committerCarl Sorensen <carl.d.sorensen@gmail.com>
Sun, 12 Jan 2014 02:00:53 +0000 (19:00 -0700)
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

vim/lilypond-ftplugin.vim

index 015028fc9bdc51207266db1bcbf4c92b8ac9e117..c822c43f016863c1292acbe3e08b09c3b022a5bf 100644 (file)
@@ -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>