view configure @ 14368:e78ce11f310b v8.1.0199

patch 8.1.0199: spellbadword() does not check for caps error commit https://github.com/vim/vim/commit/66ab916935585391b2efaa8e39075e1ef94717b1 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 20 20:28:48 2018 +0200 patch 8.1.0199: spellbadword() does not check for caps error Problem: spellbadword() does not check for caps error. (Dominique Pelle) Solution: Adjust capcol when advancing.
author Christian Brabandt <cb@256bit.org>
date Fri, 20 Jul 2018 20:30:05 +0200
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"