Mercurial > vim
view configure @ 19946:8466e62a2481 v8.2.0529
patch 8.2.0529: Vim9: function argument with default not checked
Commit: https://github.com/vim/vim/commit/49cf7cc8d2df1509cbe23647166c6cc954d59513
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Apr 7 22:45:00 2020 +0200
patch 8.2.0529: Vim9: function argument with default not checked
Problem: Vim9: function argument with default not checked.
Solution: Check type of argument with default value.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 07 Apr 2020 23: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 "$@"