Closed t9md closed 7 years ago
Currently, surround and replace, replace-character(r) have supportEarlySelect = true.
surround
replace
replace-character
r
supportEarlySelect = true
This was introduced in #622 to give better UI feedback to user to make surround operation easy.
execute()
Operator.prototype.execute() already allowed to return Promise since very long time ago(added to support TransformStringByExternalCommand).
Operator.prototype.execute()
TransformStringByExternalCommand
Currently,
surround
andreplace
,replace-character
(r
) havesupportEarlySelect = true
.This was introduced in #622 to give better UI feedback to user to make surround operation easy.
execute()
.execute()
and target selected(require async execute).Operator.prototype.execute()
already allowed to return Promise since very long time ago(added to supportTransformStringByExternalCommand
).