view configure @ 26350:13cce5c82c9a v8.2.3706

patch 8.2.3706: text property highlighting is used on Tab Commit: https://github.com/vim/vim/commit/42eba04522d6be04393f59a9eab47833e7594650 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 30 20:22:49 2021 +0000 patch 8.2.3706: text property highlighting is used on Tab Problem: Text property highlighting is used on Tab. Solution: Only set in_linebreak when not on a Tab. (closes https://github.com/vim/vim/issues/9242)
author Bram Moolenaar <Bram@vim.org>
date Tue, 30 Nov 2021 21:30:04 +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 "$@"