view configure @ 13024:27934188d7b5 v8.0.1388

patch 8.0.1388: char not overwritten with ambiguous width char commit https://github.com/vim/vim/commit/fae8ed1fc8c06b28528d726e8440dfc66852bca8 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 12 22:29:30 2017 +0100 patch 8.0.1388: char not overwritten with ambiguous width char Problem: Char not overwritten with ambiguous width char, if the ambiguous char is single width but we reserve double-width space. Solution: First clear the screen cells. (Ozaki Kiichi, closes #2436)
author Christian Brabandt <cb@256bit.org>
date Tue, 12 Dec 2017 22: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 "$@"