]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1729 v7.4.1729
authorBram Moolenaar <Bram@vim.org>
Thu, 14 Apr 2016 12:09:25 +0000 (14:09 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 14 Apr 2016 12:09:25 +0000 (14:09 +0200)
commit6244a0fc29163ba1c734f92b55a89e01e6cf2a67
tree4434a2cb73983bfd0d5488c9b93eeef03ef8d0ec
parent81edd171a9465cf99cede4fa4a7b7bca3d538b0f
patch 7.4.1729
Problem:    The Perl interface cannot use 'print' operator for writing
            directly in standard IO.
Solution:   Add a minimal implementation of PerlIO Layer feature and try to
            use it for STDOUT/STDERR. (Damien)
src/if_perl.xs
src/testdir/test_perl.vim
src/version.c