To: vim_dev@googlegroups.com Subject: Patch 8.2.0574 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.0574 Problem: Ipv6 feature not shown in :version output. Solution: Add ipv6 in :version output. (Ozaki Kiichi, closes #5924) Files: runtime/doc/eval.txt, src/version.c *** ../vim-8.2.0573/runtime/doc/eval.txt 2020-04-08 20:03:48.180622998 +0200 --- runtime/doc/eval.txt 2020-04-13 19:02:24.305858370 +0200 *************** *** 10860,10865 **** --- 10869,10876 ---- 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. *** ../vim-8.2.0573/src/version.c 2020-04-13 18:25:05.614342830 +0200 --- src/version.c 2020-04-13 19:03:03.529752546 +0200 *************** *** 296,301 **** --- 296,306 ---- "-iconv", #endif "+insert_expand", + #ifdef FEAT_IPV6 + "+ipv6", + #else + "-ipv6", + #endif #ifdef FEAT_JOB_CHANNEL "+job", #else *** ../vim-8.2.0573/src/version.c 2020-04-13 18:25:05.614342830 +0200 --- src/version.c 2020-04-13 19:03:03.529752546 +0200 *************** *** 743,744 **** --- 748,751 ---- { /* Add new patch number below this line */ + /**/ + 574, /**/ -- CART DRIVER: Bring out your dead! We follow the cart through a wretched, impoverished plague-ridden village. A few starved mongrels run about in the mud scavenging. In the open doorway of one house perhaps we jug glimpse a pair of legs dangling from the ceiling. In another doorway an OLD WOMAN is beating a cat against a wall rather like one does with a mat. The cart passes round a dead donkey or cow in the mud. And a MAN tied to a cart is being hammered to death by four NUNS with huge mallets. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///