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
@ -868,6 +868,7 @@ impl Vim {
|
||||
Operator::AddSurrounds { .. }
|
||||
| Operator::ChangeSurrounds { .. }
|
||||
| Operator::DeleteSurrounds
|
||||
| Operator::Exchange
|
||||
) {
|
||||
self.operator_stack.clear();
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user