Mercurial > vim
view configure @ 21717:ef3b31d510d2 v8.2.1408
patch 8.2.1408: Vim9: type casting not supported
Commit: https://github.com/vim/vim/commit/64d662d5fc2ff8af4dbf399ff02aa9d711cc9312
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Aug 9 19:02:50 2020 +0200
patch 8.2.1408: Vim9: type casting not supported
Problem: Vim9: type casting not supported.
Solution: Introduce type casting.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 09 Aug 2020 19:15:03 +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 "$@"