Mercurial > vim
view src/configure @ 13600:75e35ebdb7a4 v8.0.1672
patch 8.0.1672: error during completion causes command to be cancelled
commit https://github.com/vim/vim/commit/72532d354e699f1cceec34c0b08e1de4d3ea9641
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Apr 7 19:09:09 2018 +0200
patch 8.0.1672: error during completion causes command to be cancelled
Problem: Error during completion causes command to be cancelled.
Solution: Reset did_emsg before waiting for another character. (Tom M.)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 07 Apr 2018 19:15:05 +0200 |
parents | cd9471bd8e9e |
children |
line wrap: on
line source
#! /bin/sh # run the automatically generated configure script CONFIG_STATUS=auto/config.status \ auto/configure "$@" --srcdir="${srcdir:-.}" --cache-file=auto/config.cache result=$? # Stupid autoconf 2.5x causes this file to be left behind. if test -f configure.lineno; then rm -f configure.lineno; fi exit $result