]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(termdebug): drop outdated comment from termdebug.vim
authorSimon Sobisch <simonsobisch@web.de>
Mon, 15 Sep 2025 19:49:32 +0000 (19:49 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 15 Sep 2025 19:49:32 +0000 (19:49 +0000)
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 <simonsobisch@web.de>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/pack/dist/opt/termdebug/plugin/termdebug.vim

index d4ee1ca77dc03f7a376779c8ce7861a0dca3a005..a4183c27495c7e7849c9e7fbce469878e16e2fd3 100644 (file)
@@ -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 <ubaldo.tiberi@gmail.com>
 
 # 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, '"\([^"]*\)": *', '\1=', 'g')
   elseif range == 2
     # no evaluation but provided but range set