Mercurial > vim
view configure @ 35351:64b2692b7e18
runtime(doc): Fix small style issues
Commit: https://github.com/vim/vim/commit/9c4389acc307943a2cd754ecbec3834810d152e4
Author: h-east <h.east.727@gmail.com>
Date: Sun Jun 9 16:32:19 2024 +0200
runtime(doc): Fix small style issues
closes: https://github.com/vim/vim/issues/14942
Signed-off-by: h-east <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 09 Jun 2024 16:45:06 +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 "$@"