Mercurial > vim
view configure @ 11012:ae2de10e8398 v8.0.0395
patch 8.0.0395: testing the + register fails with Motif
commit https://github.com/vim/vim/commit/f8ab1b14fd972a093e0c12146dd3becd511eb519
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Mar 1 18:30:34 2017 +0100
patch 8.0.0395: testing the + register fails with Motif
Problem: Testing the + register fails with Motif.
Solution: Also ignore the "failed to create input context" error in the
second gvim. Don't use msg() when it would result in a dialog.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Wed, 01 Mar 2017 18:45:04 +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 "$@"