Mercurial > vim
view configure @ 36465:237a34a5324b draft
runtime(doc): add help specific modeline to pi_tutor.txt
Commit: https://github.com/vim/vim/commit/ac2bb9dfeabc583b33414c50c80d105f480f707f
Author: Christian Brabandt <cb@256bit.org>
Date: Mon Nov 4 19:37:24 2024 +0100
runtime(doc): add help specific modeline to pi_tutor.txt
related: https://github.com/vim/vim/issues/6414
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 04 Nov 2024 19:45:05 +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 "$@"