view configure @ 24381:7b84cf514dd8 v8.2.2731

patch 8.2.2731: Mac: SF symbols are not displayed properly Commit: https://github.com/vim/vim/commit/8dddc1f0e2e9eeb29fc59477b515bcd6bb1243ec Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 7 19:00:25 2021 +0200 patch 8.2.2731: Mac: SF symbols are not displayed properly Problem: Mac: SF symbols are not displayed properly. Solution: Add custom range to list of double-width characters. (Yee Cheng Chin, closes #8077)
author Bram Moolenaar <Bram@vim.org>
date Wed, 07 Apr 2021 19:15:03 +0200
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 "$@"