summaryrefslogtreecommitdiffstats
path: root/src/testdir/check.vim
diff options
context:
space:
mode:
authorLemonBoy <thatlemon@gmail.com>2022-04-04 15:46:58 +0100
committerBram Moolenaar <Bram@vim.org>2022-04-04 15:46:58 +0100
commitcc766a85f460ebb7f8c915508447548b5f5b99bc (patch)
tree063d92f755b260af22cd1d40bd95379b7339e9d2 /src/testdir/check.vim
parent4829c1c9e9095a3303caec9af7d02f6547f6df0e (diff)
patch 8.2.4684: cannot open a channel on a Unix domain socketv8.2.4684
Problem: Cannot open a channel on a Unix domain socket. Solution: Add Unix domain socket support. (closes #10062)
Diffstat (limited to 'src/testdir/check.vim')
-rw-r--r--src/testdir/check.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/check.vim b/src/testdir/check.vim
index 55a64bd7ab..aff0918454 100644
--- a/src/testdir/check.vim
+++ b/src/testdir/check.vim
@@ -95,7 +95,7 @@ func CheckUnix()
endif
endfunc
-" Command to check for running on Linix
+" Command to check for running on Linux
command CheckLinux call CheckLinux()
func CheckLinux()
if !has('linux')