Mercurial > vim
annotate configure @ 20976:599b29b6e540 v8.2.1039
patch 8.2.1039: cannot put NUL byte on clipboard
Commit: https://github.com/vim/vim/commit/25fd2672875351ff56a925284a03a900081f70c0
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Jun 22 20:30:27 2020 +0200
patch 8.2.1039: cannot put NUL byte on clipboard
Problem: Cannot put NUL byte on clipboard.
Solution: Use the text length. (Christian Brabandt, closes https://github.com/vim/vim/issues/6312,
closes #6149)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 22 Jun 2020 20:45:03 +0200 |
parents | a1ca6778da49 |
children |
rev | line source |
---|---|
7 | 1 #! /bin/sh |
2 | |
3 # This is just a stub for the Unix configure script, to provide support for | |
4 # doing "./configure" in the top Vim directory. | |
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 "$@" |