view configure @ 17103:cbb739777fd1 v8.1.1551

patch 8.1.1551: warning for shadowing popup_dragwin commit https://github.com/vim/vim/commit/6c17543b5634ccccedfbffa4993e9fbd4a990067 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 15 23:10:30 2019 +0200 patch 8.1.1551: warning for shadowing popup_dragwin Problem: Warning for shadowing popup_dragwin. (Dominique Pelle) Solution: Add missing change.
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Jun 2019 23:15:05 +0200
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"