mirror of
https://github.com/neovim/neovim.git
synced 2026-08-19 02:24:46 -05:00
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 <simonsobisch@web.de>
This commit is contained in:
co-authored by
Simon Sobisch
parent
c82f83abb0
commit
46f538c210
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user