view configure @ 14286:95030c543411 v8.1.0159

patch 8.1.0159: completion for user names does not work for a prefix. commit https://github.com/vim/vim/commit/6c5d1043022520512ee36aa1a29662b60af33c95 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 7 16:41:13 2018 +0200 patch 8.1.0159: completion for user names does not work for a prefix. Problem: Completion for user names does not work if a prefix is also a full matching name. (Nazri Ramliy) Solution: Accept both full and partial matches. (Dominique Pelle)
author Christian Brabandt <cb@256bit.org>
date Sat, 07 Jul 2018 16:45: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 "$@"