Mercurial > vim
annotate 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 |
rev | line source |
---|---|
7 | 1 #! /bin/sh |
2 | |
3 # This is just a stub for the Unix configure script, to provide support for | |
4 # doing "./configure" in the top Vim directory. | |
5 | |
16629
a1ca6778da49
patch 8.1.1317: output from Travis can be improved
Bram Moolenaar <Bram@vim.org>
parents:
921
diff
changeset
|
6 cd "${SRCDIR:-src}" && exec ./configure "$@" |