annotate configure @ 21929:771904112b47 v8.2.1514

patch 8.2.1514: multibyte vertical separator is cleared when dragging popup Commit: https://github.com/vim/vim/commit/dc0cf1db3e8e0de349e4cc5b0a7ab6c8b7dc2ebb Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 23 15:09:36 2020 +0200 patch 8.2.1514: multibyte vertical separator is cleared when dragging popup Problem: Multibyte vertical separator is cleared when dragging a popup window using a multi-byte character for the border. Solution: Only clear the character before the window if it is double width. (closes #6766)
author Bram Moolenaar <Bram@vim.org>
date Sun, 23 Aug 2020 15:15:04 +0200
parents a1ca6778da49
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1 #! /bin/sh
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3 # This is just a stub for the Unix configure script, to provide support for
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4 # doing "./configure" in the top Vim directory.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5
16629
a1ca6778da49 patch 8.1.1317: output from Travis can be improved
Bram Moolenaar <Bram@vim.org>
parents: 921
diff changeset
6 cd "${SRCDIR:-src}" && exec ./configure "$@"