view configure @ 14185:20468fb49f9b v8.1.0110

patch 8.1.0110: file name not displayed with ":file" commit https://github.com/vim/vim/commit/fc0896093c3b3e753859a5f929921933e7a2e6cd Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 24 16:53:35 2018 +0200 patch 8.1.0110: file name not displayed with ":file" Problem: File name not displayed with ":file" when 'F' is in 'shortmess'. Solution: Always display the file name when there is no argument (Christian Brabandt, closes #3070)
author Christian Brabandt <cb@256bit.org>
date Sun, 24 Jun 2018 17:00:06 +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 "$@"