view configure @ 26189:36a1a04fcd9f v8.2.3626

patch 8.2.3626: "au! event" cannot be followed by another command Commit: https://github.com/vim/vim/commit/b8e642f7ace5382b4dacb7a8effd86f22b828cc1 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 20 10:38:25 2021 +0000 patch 8.2.3626: "au! event" cannot be followed by another command Problem: "au!" and "au! event" cannot be followed by another command as documented. Solution: When a bar is found set nextcmd.
author Bram Moolenaar <Bram@vim.org>
date Sat, 20 Nov 2021 11:45:04 +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 "$@"