view configure @ 17920:233e316c0b5a v8.1.1956

patch 8.1.1956: screenshot tests may use a different encoding Commit: https://github.com/vim/vim/commit/0fdddeeb66bbe326860ddfc573eba42f6487bbda Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 1 15:26:23 2019 +0200 patch 8.1.1956: screenshot tests may use a different encoding Problem: Screenshot tests may use a different encoding. (Dominique Pelle) Solution: Always set 'encoding' to "utf-8" when running Vim in a terminal. (closes #4884)
author Bram Moolenaar <Bram@vim.org>
date Sun, 01 Sep 2019 15:30: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 "$@"