view configure @ 22918:f83e31419f6e v8.2.2006

patch 8.2.2006: .pbtxt files are not recognized Commit: https://github.com/vim/vim/commit/88774a30c0b1957a6177cdb69d2becedae610299 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 18 12:12:39 2020 +0100 patch 8.2.2006: .pbtxt files are not recognized Problem: .pbtxt files are not recognized. Solution: Recognize .pbtxt as protobuf text buffers. (closes https://github.com/vim/vim/issues/7326)
author Bram Moolenaar <Bram@vim.org>
date Wed, 18 Nov 2020 12:15:04 +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 "$@"