view configure @ 28562:e96111a91a21 v8.2.4805

patch 8.2.4805: CurSearch used for all matches in current line Commit: https://github.com/vim/vim/commit/9b36750640e8e89f18afa1446ed80fdbdf0fcac0 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 22 20:07:21 2022 +0100 patch 8.2.4805: CurSearch used for all matches in current line Problem: CurSearch used for all matches in current line. Solution: Don't use the non-zero line count. (closes https://github.com/vim/vim/issues/10247)
author Bram Moolenaar <Bram@vim.org>
date Fri, 22 Apr 2022 21:15: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 "$@"