view configure @ 23956:4d88e660ce32 v8.2.2520

patch 8.2.2520: missing tests for 'listchars' Commit: https://github.com/vim/vim/commit/04ea7e9049706788179945e2a91922c0b7cb9ed0 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 16 21:14:33 2021 +0100 patch 8.2.2520: missing tests for 'listchars' Problem: Missing tests for 'listchars'. Solution: Add a few more checks. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/7854)
author Bram Moolenaar <Bram@vim.org>
date Tue, 16 Feb 2021 21: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 "$@"