view configure @ 25870:3c797fa8206d v8.2.3469

patch 8.2.3469: some files with json syntax are not recognized Commit: https://github.com/vim/vim/commit/50c56893423eb6ad2154a4151e67f7097f52efb6 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 3 20:11:20 2021 +0100 patch 8.2.3469: some files with json syntax are not recognized Problem: Some files with json syntax are not recognized. Solution: Add a few file patterns. (Emiliano Ruiz Carletti, closes https://github.com/vim/vim/issues/8947)
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 Oct 2021 21:15:04 +0200
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 "$@"