view configure @ 14589:9c9ee53868b9 v8.1.0308

patch 8.1.0308: a quick undo shows "1 seconds ago" commit https://github.com/vim/vim/commit/fd6100b2aa6178b88cfadcdbc494966bf79a5488 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 21 17:07:45 2018 +0200 patch 8.1.0308: a quick undo shows "1 seconds ago" Problem: A quick undo shows "1 seconds ago". (Tony Mechelynck) Solution: Add singular/plural message.
author Christian Brabandt <cb@256bit.org>
date Tue, 21 Aug 2018 17:15: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 "$@"