view configure @ 13335:73325d39591a v8.0.1542

patch 8.0.1542: terminal screen dump does not include cursor position commit https://github.com/vim/vim/commit/9271d058c92c94b696eed5da24a69c077f42bc91 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 25 21:39:46 2018 +0100 patch 8.0.1542: terminal screen dump does not include cursor position Problem: Terminal screen dump does not include cursor position. Solution: Mark the cursor position in the cump.
author Christian Brabandt <cb@256bit.org>
date Sun, 25 Feb 2018 21:45:06 +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 "$@"