view configure @ 14899:e35d98651e56 v8.1.0461

patch 8.1.0461: quickfix code uses too many /* */ comments commit https://github.com/vim/vim/commit/00bf8cd2115be7c14258aee48c0a7568147c9cd7 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 7 20:26:20 2018 +0200 patch 8.1.0461: quickfix code uses too many /* */ comments Problem: Quickfix code uses too many /* */ comments. Solution: Change to // comments. (Yegappan Lakshmanan)
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Oct 2018 20:30:07 +0200
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"