view configure @ 12511:b85c981b3a8e v8.0.1134

patch 8.0.1134: superfluous call to syn_get_final_id() commit https://github.com/vim/vim/commit/76301956f0c079d893cfd927b11456328bed4f9b Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 22 13:53:37 2017 +0200 patch 8.0.1134: superfluous call to syn_get_final_id() Problem: Superfluous call to syn_get_final_id(). Solution: Remove it. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Fri, 22 Sep 2017 14:00:05 +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 "$@"