]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4684: cannot open a channel on a Unix domain socket v8.2.4684
authorLemonBoy <thatlemon@gmail.com>
Mon, 4 Apr 2022 14:46:58 +0000 (15:46 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 4 Apr 2022 14:46:58 +0000 (15:46 +0100)
commitcc766a85f460ebb7f8c915508447548b5f5b99bc
tree063d92f755b260af22cd1d40bd95379b7339e9d2
parent4829c1c9e9095a3303caec9af7d02f6547f6df0e
patch 8.2.4684: cannot open a channel on a Unix domain socket

Problem:    Cannot open a channel on a Unix domain socket.
Solution:   Add Unix domain socket support. (closes #10062)
runtime/doc/channel.txt
src/channel.c
src/testdir/check.vim
src/testdir/shared.vim
src/testdir/test_channel.py
src/testdir/test_channel.vim
src/testdir/test_channel_unix.py [new file with mode: 0644]
src/testdir/test_cmdline.vim
src/version.c