view configure @ 28471:2ade724b3f45 v8.2.4760

patch 8.2.4760: using matchfuzzy() on a long list can take a while Commit: https://github.com/vim/vim/commit/9029a6e9931eede1d44f613687a2c01b9fe514ec Author: Yasuhiro Matsumoto <mattn.jp@gmail.com> Date: Sat Apr 16 12:35:35 2022 +0100 patch 8.2.4760: using matchfuzzy() on a long list can take a while Problem: Using matchfuzzy() on a long list can take a while. Solution: Add a limit to the number of matches. (Yasuhiro Matsumoto, closes #10189)
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Apr 2022 13:45: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 "$@"