view configure @ 12421:da55ea30842c v8.0.1090

patch 8.0.1090: cannot get the text under the cursor like v:beval_text commit https://github.com/vim/vim/commit/65f084749b260746d7f186af4f080298be2df55b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 10 18:16:20 2017 +0200 patch 8.0.1090: cannot get the text under the cursor like v:beval_text Problem: cannot get the text under the cursor like v:beval_text Solution: Add <cexpr>.
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Sep 2017 18: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 "$@"