view configure @ 19263:06d9be5c0107 v8.2.0190

patch 8.2.0190: Kotlin files are not recognized Commit: https://github.com/vim/vim/commit/ab067a21b9622513ed75f4801b001606eeaf2474 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 31 22:57:59 2020 +0100 patch 8.2.0190: Kotlin files are not recognized Problem: Kotlin files are not recognized. Solution: Detect Kotlin files. (Alkeryn, closes https://github.com/vim/vim/issues/5560)
author Bram Moolenaar <Bram@vim.org>
date Fri, 31 Jan 2020 23:00:09 +0100
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"