view configure @ 24466:f5a6a6e98ec4 v8.2.2773

patch 8.2.2773: PSL filetype not recognized Commit: https://github.com/vim/vim/commit/112a006417a0d4700ff39ddba3bb5e985ae9770f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 17 14:06:39 2021 +0200 patch 8.2.2773: PSL filetype not recognized Problem: PSL filetype not recognized. Solution: Add a filetype pattern. (Daniel Kho, closes https://github.com/vim/vim/issues/8117)
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Apr 2021 14: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 "$@"