Mercurial > vim
view configure @ 25909:cdfb66a02a71 v8.2.3488
patch 8.2.3488: issue template is not easy to use
Commit: https://github.com/vim/vim/commit/26190b27011c25caedf3b9308e47005722b3f946
Author: snxx <snmgreenx@gmail.com>
Date: Sat Oct 9 12:50:20 2021 +0100
patch 8.2.3488: issue template is not easy to use
Problem: Issue template is not easy to use.
Solution: Use a yaml template. (closes https://github.com/vim/vim/issues/8928)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 09 Oct 2021 14:00: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 "$@"