From 46f538c210e2c1d53d71ddba83ec6cfa36f802e1 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Mon, 16 Mar 2026 19:55:23 +0800 Subject: [PATCH] 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 https://github.com/vim/vim/commit/049c76f0e8a1cc26d724fca1a83bfd2da7012403 Co-authored-by: Simon Sobisch --- runtime/pack/dist/opt/termdebug/plugin/termdebug.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim b/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim index aa6ef88b8c..194822b27f 100644 --- a/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim +++ b/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim @@ -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()