Mercurial > vim
view configure @ 16961:43c942a1938c v8.1.1481
patch 8.1.1481: length for two-digit rgb termresponse is off by one
commit https://github.com/vim/vim/commit/12e71eb8a89bdfe1def5854fd7478e8899801b44
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Jun 6 15:19:31 2019 +0200
patch 8.1.1481: length for two-digit rgb termresponse is off by one
Problem: Length for two-digit rgb termresponse is off by one.
Solution: Adjust the length. (closes https://github.com/vim/vim/issues/4494)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 06 Jun 2019 15:30:06 +0200 |
parents | a1ca6778da49 |
children |
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 "${SRCDIR:-src}" && exec ./configure "$@"