view configure @ 24184:8ebf8b3dfc08 v8.2.2633

patch 8.2.2633: multi-byte 'fillchars' for folding do not show properly Commit: https://github.com/vim/vim/commit/196a1f740981e878091fa124a400d1fc4bfa2bb0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 21 14:39:19 2021 +0100 patch 8.2.2633: multi-byte 'fillchars' for folding do not show properly Problem: Multi-byte 'fillchars' for folding do not show properly. Solution: Handle multi-byte characters correctly. (Yegappan Lakshmanan, closes #7983, closes #7955)
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Mar 2021 14:45:06 +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 "$@"