view configure @ 34440:85d7e01f64b7

runtime(sh): Update ftplugin, fix #14101 (#14102) Commit: https://github.com/vim/vim/commit/e84d2d4432cd6e43f2bb300d02abc90d551bcf4a Author: dkearns <dougkearns@gmail.com> Date: Wed Feb 28 06:00:32 2024 +1100 runtime(sh): Update ftplugin, fix https://github.com/vim/vim/issues/14101 (https://github.com/vim/vim/issues/14102) Add the 'b' flag to 'comments', so that the shebang line is not detected as comment. Fixes #14101. Signed-off-by: Doug Kearns <dougkearns@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 27 Feb 2024 20:15:02 +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 "$@"