view configure @ 31678:9e1062b4aa94 v9.0.1171

patch 9.0.1171: screen is not redrawn after using setcellwidths() Commit: https://github.com/vim/vim/commit/2bc849ff811059d25310399f982c6706faa7eb35 Author: Yasuhiro Matsumoto <mattn.jp@gmail.com> Date: Tue Jan 10 16:03:08 2023 +0000 patch 9.0.1171: screen is not redrawn after using setcellwidths() Problem: Screen is not redrawn after using setcellwidths(). Solution: Redraw the screen when the cell widths have changed. (Yasuhiro Matsumoto, closes #11800)
author Bram Moolenaar <Bram@vim.org>
date Tue, 10 Jan 2023 17:15:02 +0100
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"