vim: Fix exchange showing ccx
in pending keys (#28303)
|Before|After| |--|--| ||| Changes: Add vim exchange to the clear stack Release Notes: - N/A
This commit is contained in:
parent
97abf21a28
commit
4f936d8100
1 changed files with 1 additions and 0 deletions
|
@ -868,6 +868,7 @@ impl Vim {
|
|||
Operator::AddSurrounds { .. }
|
||||
| Operator::ChangeSurrounds { .. }
|
||||
| Operator::DeleteSurrounds
|
||||
| Operator::Exchange
|
||||
) {
|
||||
self.operator_stack.clear();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue