Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@janlazo
Copy link
Contributor

@janlazo janlazo commented Jun 19, 2018

vim-patch:8.0.0615: using % with :hardcopy wrongly escapes spaces

Problem: Using % with :hardcopy wrongly escapes spaces. (Alexey Muranov)
Solution: Expand % differently. (Christian Brabandt, closes vim/vim#1682)
vim/vim@bf15b8d

vim-patch:8.0.0617: hardcopy test hangs on MS-Windows

Problem: Hardcopy test hangs on MS-Windows.
Solution: Check the postscript feature is supported.
vim/vim@763209c

has('postscript') returns 1 in Windows.
I expect the new test to fail on Appveyor. Vim opens a new dialog window for the printer on Windows so the new test is expected to run on Unix only.
:hardcopy fails by itself but hardcopy > %.ps works?!

janlazo added 3 commits June 19, 2018 15:08
Problem:    Using % with :hardcopy wrongly escapes spaces. (Alexey Muranov)
Solution:   Expand % differently. (Christian Brabandt, closes vim/vim#1682)
vim/vim@bf15b8d
Problem:    Hardcopy test hangs on MS-Windows.
Solution:   Check the postscript feature is supported.
vim/vim@763209c
@janlazo janlazo changed the title vim-patch:8.0.0{615,617} [RDY] vim-patch:8.0.0{615,617} Jun 19, 2018
@justinmk justinmk merged commit 18710e7 into neovim:master Jun 19, 2018
@janlazo janlazo deleted the vim-8.0.0615 branch June 19, 2018 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

':hardcopy >' mistreats spaces when expanding Ex special characters (%)

2 participants