view configure @ 14399:e7d1bc5ee3b8 v8.1.0214

patch 8.1.0214: +autochdir feature not reported by has() or :version commit https://github.com/vim/vim/commit/83ec2a7f5fb481b30a5d556b6aad49a62585bccd Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 27 22:08:59 2018 +0200 patch 8.1.0214: +autochdir feature not reported by has() or :version Problem: +autochdir feature not reported by has() or :version. Solution: Add the feature in the list.
author Christian Brabandt <cb@256bit.org>
date Fri, 27 Jul 2018 22:15:05 +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 "$@"