view configure @ 24677:cac5f0bf7376 v8.2.2877

patch 8.2.2877: insufficient tests for popup menu rightleft Commit: https://github.com/vim/vim/commit/1e615669c0f1f4125001b2c01c30b00d8c68035e Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sat May 22 17:12:46 2021 +0200 patch 8.2.2877: insufficient tests for popup menu rightleft Problem: Insufficient tests for popup menu rightleft. Solution: Add tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/8235)
author Bram Moolenaar <Bram@vim.org>
date Sat, 22 May 2021 17:15:05 +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 "$@"