view configure @ 13784:229cfca9342a v8.0.1764

patch 8.0.1764: lgtm considers tutor.es to be EcmaScript commit https://github.com/vim/vim/commit/856905bd838fdf71be2c3dabc98453b85b80a83b Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 25 21:36:47 2018 +0200 patch 8.0.1764: lgtm considers tutor.es to be EcmaScript Problem: Lgtm considers tutor.es to be EcmaScript. Solution: Add a config file for lgtm. (Bas van Schaik, closes https://github.com/vim/vim/issues/2844)
author Christian Brabandt <cb@256bit.org>
date Wed, 25 Apr 2018 21:45:07 +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 "$@"