Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
suggested in #901
blackholeRegisteredOperators
config hold list of operator command name which does not update register.change, change-line, delete
.dontUpdateRegisterOnChangeOrSubstitute
configuration, since have same purpose and with more granular control(superset).delete*
,change*
,yank*
,substitute*
are specially supported value which meansd all* operators of same family.change
# cchange-to-last-character-of-line
# Cchange-line
# C in visualchange-occurrence
change-occurrence-from-search
delete
# ddelete-to-last-character-of-line
# Ddelete-line
# D in visualdelete-right
# xdelete-left
# Xsubstitute
# ssubstitute-line
# Syank
# yyank-line
# Ydelete*
change*
yank*
substitute*