view configure @ 15428:eae582bfb293 v8.1.0722

patch 8.1.0722: cannot build without the virtualedit feature commit https://github.com/vim/vim/commit/977239ef52763b6e640ac632c53a57ee17e05eaa Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 11 16:16:01 2019 +0100 patch 8.1.0722: cannot build without the virtualedit feature Problem: Cannot build without the virtualedit feature. Solution: Make getviscol2() always available.
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Jan 2019 16:30:05 +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 "$@"