From 6e3cafab5a64aecba7892d6c6c05fb13b0cbe620 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:35 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=9F=A3=20operators.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/vim/operators.ts | 1 + 1 file changed, 1 insertion(+) 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 }) } +