view configure @ 16334:52ebcf772310 v8.1.1172

patch 8.1.1172: cursor properties were not fully tested commit https://github.com/vim/vim/commit/74e3d4ec113d4061d24768b5a08f55b918132215 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 14 14:16:46 2019 +0200 patch 8.1.1172: cursor properties were not fully tested Problem: Cursor properties were not fully tested. Solution: Add a test. (Dominique Pelle, closes https://github.com/vim/vim/issues/4256)
author Bram Moolenaar <Bram@vim.org>
date Sun, 14 Apr 2019 14:30: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 "$@"