Mercurial > vim
view configure @ 35504:deb5a5c92cbd
runtime(termdebug): Refactored StartDebug_term and EndDebug functions
Commit: https://github.com/vim/vim/commit/225d4d9212edb27cc4bd473db565517594aaeede
Author: Ubaldo Tiberi <ubaldo.tiberi@gmail.com>
Date: Sun Jun 23 17:25:05 2024 +0200
runtime(termdebug): Refactored StartDebug_term and EndDebug functions
- Functions are way too long. Readability and maintainability should
be slightly improved.
- Some variables are re-assigned to their initial value at teardown.
This should not be needed since all internal variables are
re-initialized at startup of every Termdebug session.
closes: #15086
Signed-off-by: Ubaldo Tiberi <ubaldo.tiberi@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 23 Jun 2024 17:30:05 +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 "$@"