diff runtime/doc/eval.txt @ 20037:f36f10d90378 v8.2.0574

patch 8.2.0574: ipv6 feature not shown in :version output Commit: https://github.com/vim/vim/commit/352f554b854da1c45209bcb3db8ba943da1969f0 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 13 19:04:21 2020 +0200 patch 8.2.0574: ipv6 feature not shown in :version output Problem: Ipv6 feature not shown in :version output. Solution: Add ipv6 in :version output. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/5924)
author Bram Moolenaar <Bram@vim.org>
date Mon, 13 Apr 2020 19:15:05 +0200
parents 1908e92b02fd
children bd021eb62e73
line wrap: on
line diff
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1,4 +1,4 @@
-*eval.txt*	For Vim version 8.2.  Last change: 2020 Apr 08
+*eval.txt*	For Vim version 8.2.  Last change: 2020 Apr 13
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -10870,6 +10870,7 @@ iconv			Can use iconv() for conversion.
 insert_expand		Compiled with support for CTRL-X expansion commands in
 			Insert mode. (always true)
 job			Compiled with support for |channel| and |job|
+ipv6			Compiled with support for IPv6 networking in |channel|.
 jumplist		Compiled with |jumplist| support.
 keymap			Compiled with 'keymap' support.
 lambda			Compiled with |lambda| support.