view configure @ 15119:6e9f37bf987b v8.1.0570

patch 8.1.0570: 'commentstring' not used when adding fold marker commit https://github.com/vim/vim/commit/539328197c51c1586cbbb6b6be3db3c412249b49 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 7 21:08:49 2018 +0100 patch 8.1.0570: 'commentstring' not used when adding fold marker Problem: 'commentstring' not used when adding fold marker. (Maxim Kim) Solution: Only use empty 'comments' middle when leader is empty. (Christian Brabandt, closes #3670)
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Dec 2018 21:15:04 +0100
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 "$@"