view configure @ 21652:befb512e0762 v8.2.1376

patch 8.2.1376: Vim9: expression mapping causes error for using :import Commit: https://github.com/vim/vim/commit/803af686e23c7bb17273bb0c78ff0bf97e8d23f4 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 5 16:20:03 2020 +0200 patch 8.2.1376: Vim9: expression mapping causes error for using :import Problem: Vim9: expression mapping causes error for using :import. Solution: Add EX_LOCK_OK to :import and :export. (closes 3606)
author Bram Moolenaar <Bram@vim.org>
date Wed, 05 Aug 2020 16:30: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 "$@"