view configure @ 27410:5d6774c0df4f v8.2.4233

patch 8.2.4233: crash when recording and using Select mode Commit: https://github.com/vim/vim/commit/a4bc2dd7cccf5a4a9f78b58b6f35a45d17164323 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 27 19:27:16 2022 +0000 patch 8.2.4233: crash when recording and using Select mode Problem: Crash when recording and using Select mode. Solution: When deleting the last recorded character check there is something to delete.
author Bram Moolenaar <Bram@vim.org>
date Thu, 27 Jan 2022 20:30:07 +0100
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 "$@"