mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
runtime(termdebug): drop outdated comment from termdebug.vim
that was an internal note which somehow slipped in months ago and even survived the change to Vimscript9 closes: #18305 Signed-off-by: Simon Sobisch <simonsobisch@web.de> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
b1b80506ce
commit
049c76f0e8
@@ -4,7 +4,7 @@ vim9script
|
|||||||
|
|
||||||
# Author: Bram Moolenaar
|
# Author: Bram Moolenaar
|
||||||
# Copyright: Vim license applies, see ":help license"
|
# Copyright: Vim license applies, see ":help license"
|
||||||
# Last Change: 2025 Sep 14
|
# Last Change: 2025 Sep 15
|
||||||
# Converted to Vim9: Ubaldo Tiberi <ubaldo.tiberi@gmail.com>
|
# Converted to Vim9: Ubaldo Tiberi <ubaldo.tiberi@gmail.com>
|
||||||
|
|
||||||
# WORK IN PROGRESS - The basics works stable, more to come
|
# WORK IN PROGRESS - The basics works stable, more to come
|
||||||
@@ -1545,7 +1545,6 @@ def GetEvaluationExpression(range: number, arg: string): string
|
|||||||
if arg != ''
|
if arg != ''
|
||||||
# user supplied evaluation
|
# user supplied evaluation
|
||||||
expr = CleanupExpr(arg)
|
expr = CleanupExpr(arg)
|
||||||
# DSW: replace "likely copy + paste" assignment
|
|
||||||
expr = substitute(expr, '"\([^"]*\)": *', '\1=', 'g')
|
expr = substitute(expr, '"\([^"]*\)": *', '\1=', 'g')
|
||||||
elseif range == 2
|
elseif range == 2
|
||||||
# no evaluation but provided but range set
|
# no evaluation but provided but range set
|
||||||
|
Reference in New Issue
Block a user