view configure @ 28293:aa533dc41223 v8.2.4672

patch 8.2.4672: using :normal with Ex mode may make :substitute hang Commit: https://github.com/vim/vim/commit/ce416b453a849c837f9f6ffc91dd4792d84e1bfd Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 3 12:59:34 2022 +0100 patch 8.2.4672: using :normal with Ex mode may make :substitute hang Problem: Using :normal with Ex mode may make :substitute hang. Solution: When getting an empty line behave like 'q' was typed. (closes #10070)
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 Apr 2022 14:00: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 "$@"