]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(termdebug): Refactored StartDebug_term and EndDebug functions
authorUbaldo Tiberi <ubaldo.tiberi@gmail.com>
Sun, 23 Jun 2024 15:25:05 +0000 (17:25 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 23 Jun 2024 15:25:05 +0000 (17:25 +0200)
commit225d4d9212edb27cc4bd473db565517594aaeede
tree348bba34ea5785096ee78c21c26d32c65f323486
parent01a4fb104dbee6a8b7ef20394a2a7c5b49cf49ca
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>
runtime/pack/dist/opt/termdebug/plugin/termdebug.vim