view configure @ 32000:bd01cb097120 v9.0.1332

patch 9.0.1332: crash when using buffer-local user command in cmdline window Commit: https://github.com/vim/vim/commit/b444ee761a2956a996a75d923281c51fa1a759f3 Author: zeertzjq <zeertzjq@outlook.com> Date: Mon Feb 20 15:25:13 2023 +0000 patch 9.0.1332: crash when using buffer-local user command in cmdline window Problem: Crash when using buffer-local user command in cmdline window. (Karl Yngve Lerv?g) Solution: Use the right buffer to find the user command. (closes #12030, closes #12029)
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Feb 2023 16:30:03 +0100
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 "$@"