Bram Moolenaar wrote:
Patch 7.0.224
Problem:    When expanding "##" spaces are escaped twice.
Solution:   Don't escape the spaces that separate arguments.
Files:      src/eval.c, src/ex_docmd.c, src/proto/ex_docmd.pro

[...]

This patch failed to appear at ftp.vim.org. Patching from the .eml saved email succeeded after hand-converting from quoted-printable to 8bit -- not actually 8bit since the only things to convert were

        :%s/=3D/=/g
        :%s/=\n//g


Best regards,
Tony.
--
... the privileged being which we call human is distinguished from
other animals only by certain double-edged manifestations which in
charity we can only call "inhuman."
                -- R. A. Lafferty

Reply via email to