mirror of
https://github.com/neovim/neovim.git
synced 2026-03-27 19:02:02 +00: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
049c76f0e8
Co-authored-by: Simon Sobisch <simonsobisch@web.de>
This commit is contained in:
@@ -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