🟣 operators.ts

This commit is contained in:
nirholas
2026-03-31 10:24:35 +00:00
parent 3327fe7c1f
commit 6e3cafab5a

View File

@@ -554,3 +554,4 @@ export function executeOperatorGg(
applyOperator(op, range.from, range.to, ctx, range.linewise) applyOperator(op, range.from, range.to, ctx, range.linewise)
ctx.recordChange({ type: 'operator', op, motion: 'gg', count }) ctx.recordChange({ type: 'operator', op, motion: 'gg', count })
} }