diff --git a/src/vim/operators.ts b/src/vim/operators.ts index b34a569..00af86b 100644 --- a/src/vim/operators.ts +++ b/src/vim/operators.ts @@ -554,3 +554,4 @@ export function executeOperatorGg( applyOperator(op, range.from, range.to, ctx, range.linewise) ctx.recordChange({ type: 'operator', op, motion: 'gg', count }) } +