log runtime/pack/dist/opt/termdebug/plugin/termdebug.vim @ 36182:f9ea756a6be0 draft default tip

age author description
Wed, 14 Aug 2024 14:45:09 +0200 Christian Brabandt runtime(termdebug): Fix wrong test for balloon feature
Wed, 24 Jul 2024 21:45:03 +0200 Christian Brabandt patch 9.1.0613: tests: termdebug test may fail and leave file around v9.1.0613
Sat, 20 Jul 2024 12:15:03 +0200 Christian Brabandt patch 9.1.0607: termdebug: uses inconsistent style v9.1.0607
Thu, 18 Jul 2024 20:45:07 +0200 Christian Brabandt patch 9.1.0599: Termdebug: still get E1023 when specifying arguments v9.1.0599
Wed, 17 Jul 2024 20:30:04 +0200 Christian Brabandt runtime(termdebug): gdb file/folder check is now performed only in CWD.
Wed, 17 Jul 2024 20:30:04 +0200 Christian Brabandt runtime(termdebug): quote filename arguments using double quotes
Wed, 17 Jul 2024 08:13:43 +0200 Christian Brabandt runtime(termdebug): fix a few issues
Thu, 04 Jul 2024 17:15:04 +0200 Christian Brabandt runtime(termdebug): Add Deprecation warnings
Sun, 23 Jun 2024 17:30:05 +0200 Christian Brabandt runtime(termdebug): Refactored StartDebug_term and EndDebug functions
Sat, 22 Jun 2024 16:45:07 +0200 Christian Brabandt runtime(termdebug): Change some variables to Enums
Thu, 20 Jun 2024 22:30:09 +0200 Christian Brabandt patch 9.1.0508: termdebug plugin can be further improved v9.1.0508
Wed, 19 Jun 2024 20:00:08 +0200 Christian Brabandt patch 9.1.0501: too complicated mapping restore in termdebug v9.1.0501
Tue, 18 Jun 2024 20:30:03 +0200 Christian Brabandt patch 9.1.0497: termdebug can be further improved v9.1.0497
Sun, 16 Jun 2024 17:00:07 +0200 Christian Brabandt runtime(termdebug): properly check mapping variables using null_dict
Sun, 16 Jun 2024 08:45:12 +0200 Christian Brabandt runtime(termdebug): using wrong type for PlaceSign()
Fri, 14 Jun 2024 20:45:03 +0200 Christian Brabandt runtime(termdebug): make TermDebugSendCommand() a global function again
Fri, 14 Jun 2024 20:45:03 +0200 Christian Brabandt runtime(termdebug): close all buffers in the same way
Thu, 13 Jun 2024 19:30:10 +0200 Christian Brabandt patch 9.1.0482: termdebug plugin needs more love v9.1.0482
Wed, 12 Jun 2024 20:45:08 +0200 Christian Brabandt runtime(termdebug): Use string interpolation instead of string concat
Tue, 11 Jun 2024 19:30:03 +0200 Christian Brabandt runtime(termdebug): remove line-continuation characters
Mon, 10 Jun 2024 18:15:05 +0200 Christian Brabandt runtime(termdebug): fix mousemodel restoration by comparing against null_string
Sun, 09 Jun 2024 18:45:03 +0200 Christian Brabandt runtime(termdebug): Fix saved_mousemodel check
Sun, 09 Jun 2024 16:45:08 +0200 Christian Brabandt runtime(termdebug: Fix errors in using the latest termdebug.vim
Wed, 05 Jun 2024 22:30:05 +0200 Christian Brabandt runtime(termdebug): Fix wrong email address
Wed, 05 Jun 2024 21:45:03 +0200 Christian Brabandt runtime(termdebug): convert termdebug plugin to Vim9 script
Tue, 21 May 2024 23:45:03 +0200 Christian Brabandt runtime(termdebug): check for gdb file/dir before using as buffer name
Sun, 24 Mar 2024 09:15:06 +0100 Christian Brabandt runtime(termdebug): allow multibyte characters as breakpoint signs (#14274)
Thu, 14 Dec 2023 20:45:03 +0100 Christian Brabandt runtime(termdebug): add Tbreak command
Sun, 12 Nov 2023 17:00:04 +0100 Christian Brabandt runtime(termdebug): improve the breakpoint sign label (#13525)
Wed, 08 Nov 2023 22:15:03 +0100 Christian Brabandt runtime(termdebug): improve window handling, shorten var types