]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1248 v7.4.1248
authorBram Moolenaar <Bram@vim.org>
Wed, 3 Feb 2016 19:22:32 +0000 (20:22 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 3 Feb 2016 19:22:32 +0000 (20:22 +0100)
commitf92591f7f9fc78d2aced99befe444cb423b26df8
treea5748409dce4905c15d8aa66c8a9004df48f9607
parenta0f9cd148eaab23b2037d2f543f3b8f5a3a7ad3c
patch 7.4.1248
Problem:    Can't reliably stop the channel test server.  Can't start the
            server if the python file is not executable.
Solution:   Use "pkill" instead of "killall".  Run the python file as an
            argument instead of as an executable.
src/testdir/test_channel.py [changed mode: 0755->0644]
src/testdir/test_channel.vim
src/version.c