view configure @ 24383:ea2b697ddea8 v8.2.2732

patch 8.2.2732: prompt for s///c in Ex mode can be wrong Commit: https://github.com/vim/vim/commit/e5b0b98a90acf420bb611fc99534982c98d0645b Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 7 19:42:57 2021 +0200 patch 8.2.2732: prompt for s///c in Ex mode can be wrong Problem: Prompt for s///c in Ex mode can be wrong. Solution: Position the cursor before showing the prompt. (closes https://github.com/vim/vim/issues/8073)
author Bram Moolenaar <Bram@vim.org>
date Wed, 07 Apr 2021 19:45:04 +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 "$@"