view configure @ 28327:e6022d580823 v8.2.4689

patch 8.2.4689: using <Cmd> in a mapping does not work for mouse keys Commit: https://github.com/vim/vim/commit/d0fb2d804183c2786578b4c32ba5b92938f93d0e Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 4 21:03:52 2022 +0100 patch 8.2.4689: using <Cmd> in a mapping does not work for mouse keys Problem: Using <Cmd> in a mapping does not work for mouse keys in Insert mode. (Sergey Vlasov) Solution: When reading the <Cmd> argument do not use the stuff buffer. (closes #10080)
author Bram Moolenaar <Bram@vim.org>
date Mon, 04 Apr 2022 22:15: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 "$@"