view configure @ 22989:7160e85d62ff v8.2.2041

patch 8.2.2041: haskell filetype not optimally recognized Commit: https://github.com/vim/vim/commit/a09bee322e605c8a076fa23c3d3259495a1129d2 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 24 20:13:26 2020 +0100 patch 8.2.2041: haskell filetype not optimally recognized Problem: Haskell filetype not optimally recognized. Solution: Recognize all *.hsc files as Haskell. (Marcin Szamotulski, closes #7354)
author Bram Moolenaar <Bram@vim.org>
date Tue, 24 Nov 2020 20:15:03 +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 "$@"