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()