view configure @ 11794:2e7e77e28063 v8.0.0779

patch 8.0.0779: :term without an argument uses empty buffer name commit https://github.com/vim/vim/commit/293424c199615b774365db9b412209b102cdfe20 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 26 23:11:01 2017 +0200 patch 8.0.0779: :term without an argument uses empty buffer name Problem: :term without an argument uses empty buffer name but runs the snell. Solution: Change the command to the shell earlier.
author Christian Brabandt <cb@256bit.org>
date Wed, 26 Jul 2017 23:15: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 "$@"