view configure @ 10920:687833a3fadc v8.0.0349

patch 8.0.0349: redrawing errors with GTK 3 commit https://github.com/vim/vim/commit/fe344a9875667537ce32fc11936dc56ad51f2139 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 23 12:20:35 2017 +0100 patch 8.0.0349: redrawing errors with GTK 3 Problem: Redrawing errors with GTK 3. Solution: When updating, first clear all rectangles and then draw them. (Kazunobu Kuriyama, Christian Ludwig, closes #848)
author Christian Brabandt <cb@256bit.org>
date Thu, 23 Feb 2017 12: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 "$@"