view configure @ 15148:27ba8d007a86 v8.1.0584

patch 8.1.0584: with search CTRL-L does not pick up composing characters commit https://github.com/vim/vim/commit/5f5e203c92365ac6399de3663637b73bf9fb6dfa Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 14 15:47:03 2018 +0100 patch 8.1.0584: with search CTRL-L does not pick up composing characters Problem: With search CTRL-L does not pick up composing characters. Solution: Check for composing characters. (Christian Brabandt, closes https://github.com/vim/vim/issues/3682) [code change was accidentally included in 8.1.0579]
author Bram Moolenaar <Bram@vim.org>
date Fri, 14 Dec 2018 16:00:06 +0100
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 "$@"