view configure @ 13328:2c639a9a4def

patch 8.0.1538: popupmenu is too far left when completion is long commit https://github.com/vim/vim/commit/bb008dd3239c5fe3ac04501e38e4c950fa9426c8 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 24 18:59:55 2018 +0100 patch 8.0.1538: popupmenu is too far left when completion is long Problem: Popupmenu is too far left when completion is long. (Linwei) Solution: Adjust column computations. (Hirohito Higashi, closes https://github.com/vim/vim/issues/2661)
author Christian Brabandt <cb@256bit.org>
date Sat, 24 Feb 2018 19:00: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 "$@"