comparison src/version.c @ 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 4c9acbd6b3c7
children 41d0b22db011
comparison
equal deleted inserted replaced
20036:d34b41f253f9 20037:f36f10d90378
294 # endif 294 # endif
295 #else 295 #else
296 "-iconv", 296 "-iconv",
297 #endif 297 #endif
298 "+insert_expand", 298 "+insert_expand",
299 #ifdef FEAT_IPV6
300 "+ipv6",
301 #else
302 "-ipv6",
303 #endif
299 #ifdef FEAT_JOB_CHANNEL 304 #ifdef FEAT_JOB_CHANNEL
300 "+job", 305 "+job",
301 #else 306 #else
302 "-job", 307 "-job",
303 #endif 308 #endif
739 NULL 744 NULL
740 }; 745 };
741 746
742 static int included_patches[] = 747 static int included_patches[] =
743 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 574,
744 /**/ 751 /**/
745 573, 752 573,
746 /**/ 753 /**/
747 572, 754 572,
748 /**/ 755 /**/