view configure @ 20911:b4835adf384e v8.2.1007

patch 8.2.1007: completion doesn't work after ":r ++arg !" Commit: https://github.com/vim/vim/commit/c8cb883015619cfe6db931ac2d6e15b0be5c56ed Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 18 21:14:30 2020 +0200 patch 8.2.1007: completion doesn't work after ":r ++arg !" Problem: Completion doesn't work after ":r ++arg !". Solution: Skip over "++arg". (Christian Brabandt, closes https://github.com/vim/vim/issues/6275, closes #6258)
author Bram Moolenaar <Bram@vim.org>
date Thu, 18 Jun 2020 21: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 "$@"