Mercurial > vim
view configure @ 33068:d42927c6e556 v9.0.1821
patch 9.0.1821: Vim9 constructors are always static
Commit: https://github.com/vim/vim/commit/4b9777a1dfc10bd2634404cb039a0df539549c93
Author: Gianmaria Bajo <mg1979.git@gmail.com>
Date: Tue Aug 29 22:26:30 2023 +0200
patch 9.0.1821: Vim9 constructors are always static
Problem: Vim9 constructors are always static
Solution: make the "static" keyword an error
closes: #12945
Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Gianmaria Bajo <mg1979.git@gmail.com>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 29 Aug 2023 22:30:10 +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 "$@"