vim-patch:049c76f: runtime(termdebug): drop outdated comment from termdebug.vim (#38325)

that was an internal note which somehow slipped in months ago and even
survived the change to Vimscript9

closes: vim/vim#18305

049c76f0e8

Co-authored-by: Simon Sobisch <simonsobisch@web.de>
This commit is contained in:
zeertzjq
2026-03-16 19:55:23 +08:00
committed by GitHub
parent c82f83abb0
commit 46f538c210

View File

@@ -1409,7 +1409,6 @@ func s:GetEvaluationExpression(range, arg)
if a:arg != ''
" user supplied evaluation
let expr = s:CleanupExpr(a:arg)
" DSW: replace "likely copy + paste" assignment
let expr = substitute(expr, '"\([^"]*\)": *', '\1=', 'g')
elseif a:range == 2
let pos = getcurpos()