view configure @ 14081:45c595c0ddaf v8.1.0058

patch 8.1.0058: display problem with margins and scrolling commit https://github.com/vim/vim/commit/bfa4246768e28335ed9b98f83019ea58b480158e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 16 16:20:52 2018 +0200 patch 8.1.0058: display problem with margins and scrolling Problem: Display problem with margins and scrolling. Solution: Place the cursor in the right column. (Kouichi Iwamoto, closes #3016)
author Christian Brabandt <cb@256bit.org>
date Sat, 16 Jun 2018 16:30:06 +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 "$@"