Status: Accepted
Owner: ----
Labels: Type-Enhancement
New issue 3767 by [email protected]: Change vim plugin from <f6> view .ps
to .pdf
http://code.google.com/p/lilypond/issues/detail?id=3767
On 30/12/13 21:59, Martin Tarenskeen wrote:
Hi,
in lilypond-2.18.0/vim/lilypond-ftplugin.vim
I see:
" <F6> view ps with ghostview
map <buffer> <F6> :!gv --watch "%<.ps" &<Return>
This will not work, and hasn't for some time, because Lilypond's default
output is pdf these days and the ps file is only temporary.
So now it should be:
" <F6> view pdf with ghostview
map <buffer> <F6> :!gv --watch "%<.pdf" &<Return>
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings