Mercurial > vim
view configure @ 20443:e02d45e302a2 v8.2.0776
patch 8.2.0776: libvterm code lags behind the upstream version
Commit: https://github.com/vim/vim/commit/e178ba36546ec7805020280910306331f1ef4ed0
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun May 17 14:59:47 2020 +0200
patch 8.2.0776: libvterm code lags behind the upstream version
Problem: Libvterm code lags behind the upstream version.
Solution: Include revision 719.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 17 May 2020 15:00:04 +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 "$@"