view configure @ 26570:b1f4052d6c51 v8.2.3814

patch 8.2.3814: .csx files and .sln files are not recognized Commit: https://github.com/vim/vim/commit/cfabad9bcf45650dee1f1f41ec4047f82a12f323 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 15 13:30:43 2021 +0000 patch 8.2.3814: .csx files and .sln files are not recognized Problem: .csx files and .sln files are not recognized. Solution: Add filetype patterns. (Doug Kearns)
author Bram Moolenaar <Bram@vim.org>
date Wed, 15 Dec 2021 14:45: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 "$@"