view configure @ 28359:390dfc3e409b v8.2.4705

patch 8.2.4705: jump list marker disappears Commit: https://github.com/vim/vim/commit/6d4e725a3447af6f69305fdc9f1e1ff8d82e3863 Author: zeertzjq <zeertzjq@outlook.com> Date: Thu Apr 7 13:58:04 2022 +0100 patch 8.2.4705: jump list marker disappears Problem: Jump list marker disappears. Solution: Reset reg_executing later. (closes https://github.com/vim/vim/issues/10111, closes https://github.com/vim/vim/issues/10100)
author Bram Moolenaar <Bram@vim.org>
date Thu, 07 Apr 2022 15:00:05 +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 "$@"