view configure @ 22439:445799159195 v8.2.1768

patch 8.2.1768: cannot use the help menu from a terminal window Commit: https://github.com/vim/vim/commit/b45cd36bd90f71e4a35b1ef1f75a3bedef6d8bac Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 28 21:41:49 2020 +0200 patch 8.2.1768: cannot use the help menu from a terminal window Problem: Cannot use the help menu from a terminal window. Solution: Add ":tlnoremenu" commands. (Yee Cheng Chin, closes https://github.com/vim/vim/issues/7023)
author Bram Moolenaar <Bram@vim.org>
date Mon, 28 Sep 2020 21:45:03 +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 "$@"