forked from aniani/vim
patch 8.2.0557: no IPv6 support for channels
Problem: No IPv6 support for channels. Solution: Add IPv6 support. (Ozaki Kiichi, closes #5893)
This commit is contained in:
@@ -3943,6 +3943,13 @@ f_has(typval_T *argvars, typval_T *rettv)
|
||||
#endif
|
||||
},
|
||||
{"insert_expand", 1},
|
||||
{"ipv6",
|
||||
#ifdef FEAT_IPV6
|
||||
1
|
||||
#else
|
||||
0
|
||||
#endif
|
||||
},
|
||||
{"job",
|
||||
#ifdef FEAT_JOB_CHANNEL
|
||||
1
|
||||
|
||||
Reference in New Issue
Block a user