view configure @ 28765:38698deeda58 v8.2.4907

patch 8.2.4907: some users do not want a line comment always inserted Commit: https://github.com/vim/vim/commit/2bf875f881f7c6f6900bc0eb2a93a552db894109 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 7 14:54:11 2022 +0100 patch 8.2.4907: some users do not want a line comment always inserted Problem: Some users do not want a line comment always inserted. Solution: Add the '/' flag to 'formatoptions' to not repeat the comment leader after a statement when using "o".
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 May 2022 16:00: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 "$@"