view configure @ 12668:637096f179c4 v8.0.1212

patch 8.0.1212: MS-Windows: tear-off menu does not work on 64 bit commit https://github.com/vim/vim/commit/66857f410426ca335f4771a58a32b2d14a7e52b9 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 22 16:43:20 2017 +0200 patch 8.0.1212: MS-Windows: tear-off menu does not work on 64 bit Problem: MS-Windows: tear-off menu does not work on 64 bit. (shaggyaxe) Solution: Change how the menu handle is looked up. (Ken Takata, closes #1205)
author Christian Brabandt <cb@256bit.org>
date Sun, 22 Oct 2017 16:45:04 +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 "$@"