view configure @ 11613:7428a08c2f68 v8.0.0689

patch 8.0.0689: ~ character not escaped when extending search pattern commit https://github.com/vim/vim/commit/a693d0584b9a7ccce98813dda3a6badb209904c7 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 29 22:23:06 2017 +0200 patch 8.0.0689: ~ character not escaped when extending search pattern Problem: The ~ character is not escaped when adding to the search pattern with CTRL-L. (Ramel Eshed) Solution: Escape the character. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Thu, 29 Jun 2017 22:30:03 +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 "$@"