view src/configure @ 27946:5147f3d3ed30 v8.2.4498

patch 8.2.4498: using <Plug> with "noremap" does not work Commit: https://github.com/vim/vim/commit/1fc34225acbee5ddca2b9ec3f82b3014d385b7f8 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 3 13:56:24 2022 +0000 patch 8.2.4498: using <Plug> with "noremap" does not work Problem: Using <Plug> with "noremap" does not work. Solution: Always remap <Plug>. (closes https://github.com/vim/vim/issues/9879, closes https://github.com/vim/vim/issues/9789)
author Bram Moolenaar <Bram@vim.org>
date Thu, 03 Mar 2022 15:00:03 +0100
parents cd9471bd8e9e
children
line wrap: on
line source

#! /bin/sh
# run the automatically generated configure script
CONFIG_STATUS=auto/config.status \
	auto/configure "$@" --srcdir="${srcdir:-.}" --cache-file=auto/config.cache
result=$?

# Stupid autoconf 2.5x causes this file to be left behind.
if test -f configure.lineno; then rm -f configure.lineno; fi

exit $result