view configure @ 16356:1759d0ec0a6f v8.1.1183

patch 8.1.1183: typos in VisVim comments commit https://github.com/vim/vim/commit/b49e3563b920ff6d96b88a1f658182a986b2b1ea Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 17 18:31:18 2019 +0200 patch 8.1.1183: typos in VisVim comments Problem: Typos in VisVim comments. Solution: Correct the typos. (Christ van Willegen)
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Apr 2019 18: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 "$@"