view configure @ 28395:a0cd2b7a78ef v8.2.4722

patch 8.2.4722: ending recording with mapping records too much Commit: https://github.com/vim/vim/commit/81b46a6ccd818609e1ca8cd410e26a58428c30ba Author: zeertzjq <zeertzjq@outlook.com> Date: Sat Apr 9 17:58:49 2022 +0100 patch 8.2.4722: ending recording with mapping records too much Problem: When a recording is ended with a mapped key that key is also recorded. Solution: Remember the previous last_recorded_len. (closes #10122)
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Apr 2022 19:00:02 +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 "$@"