runtime(termdebug): drop outdated comment from termdebug.vim
Commit:
https://github.com/vim/vim/commit/049c76f0e8a1cc26d724fca1a83bfd2da7012403
Author: Simon Sobisch <[email protected]>
Date: Mon Sep 15 19:49:32 2025 +0000
runtime(termdebug): drop outdated comment from termdebug.vim
that was an internal note which somehow slipped in months ago and even
survived the change to Vimscript9
closes: #18305
Signed-off-by: Simon Sobisch <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim
b/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim
index d4ee1ca77..a4183c274 100644
--- a/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim
+++ b/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim
@@ -4,7 +4,7 @@ vim9script
# Author: Bram Moolenaar
# Copyright: Vim license applies, see ":help license"
-# Last Change: 2025 Sep 14
+# Last Change: 2025 Sep 15
# Converted to Vim9: Ubaldo Tiberi <[email protected]>
# WORK IN PROGRESS - The basics works stable, more to come
@@ -1545,7 +1545,6 @@ def GetEvaluationExpression(range: number, arg: string):
string
if arg != ''
# user supplied evaluation
expr = CleanupExpr(arg)
- # DSW: replace "likely copy + paste" assignment
expr = substitute(expr, '"\([^"]*\)": *', ' =', 'g')
elseif range == 2
# no evaluation but provided but range set
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1uyFMs-008gQB-QT%40256bit.org.