view configure @ 14830:9d9e4a929357 v8.1.0427

patch 8.1.0427: MS-Windows GUI: using invalid encoded file name commit https://github.com/vim/vim/commit/7ff8a3cfb6b029f9af1fdf3890e1320cafce5111 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 22 14:39:15 2018 +0200 patch 8.1.0427: MS-Windows GUI: using invalid encoded file name Problem: MS-Windows GUI: using invalid encoded file name. Solution: Drop the file name and return NULL. (Ken Takata, closes https://github.com/vim/vim/issues/3467)
author Christian Brabandt <cb@256bit.org>
date Sat, 22 Sep 2018 14:45:05 +0200
parents cd9471bd8e9e
children a1ca6778da49
line wrap: on
line source

#! /bin/sh

# This is just a stub for the Unix configure script, to provide support for
# doing "./configure" in the top Vim directory.

cd src && exec ./configure "$@"