summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-04-13 19:04:21 +0200
committerBram Moolenaar <Bram@vim.org>2020-04-13 19:04:21 +0200
commit352f554b854da1c45209bcb3db8ba943da1969f0 (patch)
treeb15ec9c3b112768a49cf9dbfbeedc2121d09a1da /runtime
parent278e83863b2c7329f6712b8809e4aa5e6a50e13f (diff)
patch 8.2.0574: ipv6 feature not shown in :version outputv8.2.0574
Problem: Ipv6 feature not shown in :version output. Solution: Add ipv6 in :version output. (Ozaki Kiichi, closes #5924)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/eval.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 7dbd992bd3..66033764c1 100644
--- 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.