Mercurial > vim
view .codecov.yml @ 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 | 0b8312c5dfe0 |
children |
line wrap: on
line source
coverage: range: "80...100" status: project: default: threshold: 0.05% comment: false # Files not run by tests ignore: - "src/dosinst.c" - "src/dosinst.h" - "src/uninstall.c"