Mercurial > vim
view configure @ 31732:ef7a9a7eb197 v9.0.1198
patch 9.0.1198: abstract class not supported yet
Commit: https://github.com/vim/vim/commit/24a8d06d7f4db0865f374ced2f4d4b57cbc5b9e4
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jan 14 13:12:06 2023 +0000
patch 9.0.1198: abstract class not supported yet
Problem: Abstract class not supported yet.
Solution: Implement abstract class and add tests.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 14 Jan 2023 14:15:06 +0100 |
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 "$@"