view configure @ 21491:e3c1e12f062c v8.2.1296

patch 8.2.1296: some part of using 'smarcase' was not tested Commit: https://github.com/vim/vim/commit/d66cdcd43a598825add743bc95642cd8ed705252 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 26 13:27:16 2020 +0200 patch 8.2.1296: some part of using 'smarcase' was not tested Problem: Some part of using 'smarcase' was not tested. Solution: Add more tests. (Dominique Pell?, closes https://github.com/vim/vim/issues/6538)
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Jul 2020 13:30: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 "$@"