Mercurial > vim
view configure @ 26147:cf4170238232
Add missing change to version.c
Commit: https://github.com/vim/vim/commit/728104da6cd561b8cb2c7142769f7526d725958e
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Nov 16 17:50:34 2021 +0000
Add missing change to version.c
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 16 Nov 2021 19:00:05 +0100 |
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 "$@"