view configure @ 21341:e562f5d1e2a4 v8.2.1221

patch 8.2.1221: memory leak when updating popup window Commit: https://github.com/vim/vim/commit/02f9e6a60f9851046154ccf2ac170f25a0b3cc7d Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 15 18:27:08 2020 +0200 patch 8.2.1221: memory leak when updating popup window Problem: Memory leak when updating popup window. Solution: Clear search highlighting.
author Bram Moolenaar <Bram@vim.org>
date Wed, 15 Jul 2020 18:30: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 "$@"