Mercurial > vim
view src/pathdef.sh @ 20071:385e2f8aa8c1 v8.2.0591
patch 8.2.0591: MS-Windows: should always support IPv6
Commit: https://github.com/vim/vim/commit/aa82259fef8d08326029c580282b417790230e93
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Apr 17 20:48:57 2020 +0200
patch 8.2.0591: MS-Windows: should always support IPv6
Problem: MS-Windows: should always support IPv6
Solution: Add build flag. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/5944)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 17 Apr 2020 21:00:03 +0200 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
#! /bin/sh # # pathdef.sh: adjust pathdef.c for auto/link.sed, if it exists # if test -s auto/link.sed; then cp auto/pathdef.c auto/pathdef.tmp sed -f auto/link.sed <auto/pathdef.tmp >auto/pathdef.c rm -f auto/pathdef.tmp fi # vim:set sw=2 et: